missing arg in funciton call
This commit is contained in:
parent
2a52f6e36c
commit
7f15aac773
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -182,7 +182,7 @@ def select_game(bot, update):
|
|||
parse_mode=ParseMode.HTML,
|
||||
timeout=TIMEOUT)
|
||||
|
||||
selected()
|
||||
selected(bot)
|
||||
|
||||
|
||||
@game_locales
|
||||
|
|
Loading…
Reference in a new issue