Skip to content

Commit

Permalink
Add missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Jan 30, 2021
1 parent a12b49f commit 8c38d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telethon/client/uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def callback(current, total):
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.
Expand Down

0 comments on commit 8c38d7f

Please sign in to comment.