2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Reformat code

This commit is contained in:
Dan 2018-07-04 14:03:14 +02:00
parent 9c2c875bfc
commit c7489cf302

View File

@ -777,7 +777,7 @@ class Client(Methods, BaseClient):
pts = getattr(update, "pts", None) pts = getattr(update, "pts", None)
pts_count = getattr(update, "pts_count", None) pts_count = getattr(update, "pts_count", None)
if isinstance(update, types.UpdateChannelTooLong): if isinstance(update, types.UpdateChannelTooLong):
log.warning(update) log.warning(update)