Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Sep 24, 2024
1 parent 59387e1 commit f06d3ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spanreed/apis/telegram_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ async def wait_for_user_interaction(
f"You have {pending_interactions + 1} pending interactions, this is the first one:"
)

message = await send_message_fn()
except asyncio.CancelledError:
self._logger.info(f"Callback {callback_id} was cancelled")
if message is not None:
Expand Down

0 comments on commit f06d3ff

Please sign in to comment.