missing arg in funciton call

This commit is contained in:
Jannes Höke 2016-06-04 12:44:21 +02:00
parent 2a52f6e36c
commit 7f15aac773

2
bot.py
View file

@ -182,7 +182,7 @@ def select_game(bot, update):
parse_mode=ParseMode.HTML,
timeout=TIMEOUT)
selected()
selected(bot)
@game_locales