Skip to content

Commit

Permalink
Update timekiller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok authored Dec 7, 2024
1 parent 48cb381 commit 645c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spanreed/plugins/timekiller.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def run_for_user(self, user: User) -> None:
)

async def get_available_time_killers(
self, user: User, obsidian: ObsidianApi, push: boolean,
self, user: User, obsidian: ObsidianApi, push: bool,
) -> dict:
timekillers: dict = {
"Journaling Prompt": self._journal_prompt,
Expand Down

0 comments on commit 645c654

Please sign in to comment.