Clear up confusing error and trailing brace (closes #429)

This commit is contained in:
Lonami Exo
2017-11-14 09:48:40 +01:00
parent bfc408b00a
commit d59b17c6fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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
))