mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Remove TODO
This commit is contained in:
parent
656e5036c1
commit
e3bd7d57a2
1 changed files with 0 additions and 1 deletions
|
|
@ -807,7 +807,6 @@ def parse_callback_query(client, callback_query, users):
|
||||||
chat_instance=str(callback_query.chat_instance),
|
chat_instance=str(callback_query.chat_instance),
|
||||||
data=callback_query.data.decode(),
|
data=callback_query.data.decode(),
|
||||||
game_short_name=callback_query.game_short_name
|
game_short_name=callback_query.game_short_name
|
||||||
# TODO: add inline_message_id
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue