mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-27 01:34:29 +03:00
Add missing parenthesis
This commit is contained in:
parent
a12b49fd40
commit
8c38d7fb0e
|
@ -330,7 +330,7 @@ class UploadMethods:
|
|||
if comment_to is not None:
|
||||
entity, reply_to = await self._get_comment_data(entity, comment_to)
|
||||
else:
|
||||
reply_to = utils.get_message_id(reply_to
|
||||
reply_to = utils.get_message_id(reply_to)
|
||||
|
||||
# First check if the user passed an iterable, in which case
|
||||
# we may want to send grouped.
|
||||
|
|
Loading…
Reference in New Issue
Block a user