Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale Sánchez committed Jan 2, 2019
2 parents 7d90bd5 + b8c41fa commit eafee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/get_suggestions.py
Expand Up @@ -13,7 +13,7 @@
def main(dispatcher):
get_suggestions_handler = ext.CommandHandler('get_suggestions', __get_suggestions)

get_suggestions_callback_handler = ext.CallbackQueryHandler(__handle_suggestion_callback)
get_suggestions_callback_handler = ext.CallbackQueryHandler(__handle_suggestion_callback, pattern=r'^[1,0],.*$')

dispatcher.add_handler(get_suggestions_handler)
dispatcher.add_handler(get_suggestions_callback_handler)
Expand Down

0 comments on commit eafee60

Please sign in to comment.