mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Clear up confusing error and trailing brace (closes #429)
This commit is contained in:
@@ -354,7 +354,7 @@ class InteractiveTelegramClient(TelegramClient):
|
||||
update.message, get_display_name(who)
|
||||
))
|
||||
else:
|
||||
sprint('<< {} sent "{}"]'.format(
|
||||
sprint('<< {} sent "{}"'.format(
|
||||
get_display_name(who), update.message
|
||||
))
|
||||
|
||||
|
Reference in New Issue
Block a user