mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 21:20: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)
|
return utils.get_input_peer(entity)
|
||||||
|
|
||||||
raise TypeError(
|
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)
|
'Make sure you have encountered this peer before.'.format(peer)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user