mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 04:30:22 +03:00
Missing space
This commit is contained in:
parent
981983f96f
commit
39dc886816
|
@ -2009,7 +2009,7 @@ class TelegramClient(TelegramBareClient):
|
|||
return utils.get_input_peer(entity)
|
||||
|
||||
raise TypeError(
|
||||
'Could not find the input entity corresponding to "{}".'
|
||||
'Could not find the input entity corresponding to "{}". '
|
||||
'Make sure you have encountered this peer before.'.format(peer)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user