Skip to content

Commit

Permalink
Fix book timekilling feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Sep 29, 2024
1 parent 78428e8 commit fc987d6
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 @@ -328,7 +328,7 @@ async def prompt_for_currently_reading_books(
"\n\n### Thoughts\n"
+ await bot.request_user_input("Go ahead then:"),
)
await self.set_user_data(user, self.LAST_ASKED_BOOKS_KEY, str(datetime.datetime.now()))
await self.set_user_data(user, self.LAST_ASKED_BOOKS_KEY, datetime.datetime.now().isoformat())

async def prompt_for_scan_processing(
self, _user: User, bot: TelegramBotApi, obsidian: ObsidianApi
Expand Down

0 comments on commit fc987d6

Please sign in to comment.