mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-26 09:07:43 +01:00
parent
0bbca65a95
commit
d6d0dec6e0
1 changed files with 1 additions and 2 deletions
|
@ -267,8 +267,7 @@ class ConversationHandler(Handler):
|
|||
|
||||
return True
|
||||
|
||||
else:
|
||||
return False
|
||||
return False
|
||||
|
||||
self.logger.debug('selecting conversation %s with state %s' % (str(key), str(state)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue