Skip to content

Commit 674a966

Browse files
Revert "Allow reentry to the conversation"
This reverts commit d5ae7c5.
1 parent d5ae7c5 commit 674a966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

math_bot/logic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def handle_simple_mode(bot, update):
307307
)
308308

309309

310+
@write_logs
310311
@send_typing
311312
def handle_wolfram_query(bot, update):
312313
current_user = db.session.query(User).filter_by(
@@ -416,8 +417,7 @@ def init_updater():
416417
},
417418
fallbacks=[
418419
CommandHandler('cancel', handle_cancel)
419-
],
420-
allow_reentry=True
420+
]
421421
)
422422
dispatcher.add_handler(
423423
CommandHandler('simple_mode', handle_simple_mode)

0 commit comments

Comments
 (0)