mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 04:30:22 +03:00
pep8 fix
This commit is contained in:
parent
3dc75965e2
commit
16f6b07664
|
@ -673,7 +673,7 @@ class TelegramBareClient:
|
|||
# a ping) if we want to receive updates again.
|
||||
# TODO Test if getDifference works too (better alternative)
|
||||
self._sender.send(GetStateRequest())
|
||||
except:
|
||||
except Exception:
|
||||
self._idling.clear()
|
||||
raise
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user