Skip to content

Commit

Permalink
Update timekiller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok authored Oct 3, 2024
1 parent 324773b commit 5b3f841
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 @@ -72,7 +72,7 @@ async def get_available_time_killers(
last_asked_str
)
except TypeError:
raise ValueError(f"{last_asked_str}, {typeof(last_asked_str}")
raise ValueError(f"{last_asked_str}, {typeof(last_asked_str)}")
if datetime.datetime.now() - last_asked > datetime.timedelta(days=3):
timekillers["Books"] = self.prompt_for_currently_reading_books

Expand Down

0 comments on commit 5b3f841

Please sign in to comment.