mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
@@ -363,7 +363,7 @@ class UpdateMethods:
|
|||||||
continue
|
continue
|
||||||
except errors.TypeNotFoundError as e:
|
except errors.TypeNotFoundError as e:
|
||||||
self._log[__name__].warning(
|
self._log[__name__].warning(
|
||||||
'Cannot get difference since the account is likely misusing the session: %s',
|
'Cannot get difference for channel %s since the account is likely misusing the session: %s',
|
||||||
get_diff.channel.channel_id, e
|
get_diff.channel.channel_id, e
|
||||||
)
|
)
|
||||||
self._message_box.end_channel_difference(
|
self._message_box.end_channel_difference(
|
||||||
|
Reference in New Issue
Block a user