Remove TODO

This commit is contained in:
Dan 2018-06-06 12:28:36 +02:00
parent 656e5036c1
commit e3bd7d57a2

View File

@ -807,7 +807,6 @@ def parse_callback_query(client, callback_query, users):
chat_instance=str(callback_query.chat_instance),
data=callback_query.data.decode(),
game_short_name=callback_query.game_short_name
# TODO: add inline_message_id
)