mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Add missing parenthesis
This commit is contained in:
@@ -330,7 +330,7 @@ class UploadMethods:
|
|||||||
if comment_to is not None:
|
if comment_to is not None:
|
||||||
entity, reply_to = await self._get_comment_data(entity, comment_to)
|
entity, reply_to = await self._get_comment_data(entity, comment_to)
|
||||||
else:
|
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
|
# First check if the user passed an iterable, in which case
|
||||||
# we may want to send grouped.
|
# we may want to send grouped.
|
||||||
|
Reference in New Issue
Block a user