mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 20:50: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.
|
# a ping) if we want to receive updates again.
|
||||||
# TODO Test if getDifference works too (better alternative)
|
# TODO Test if getDifference works too (better alternative)
|
||||||
self._sender.send(GetStateRequest())
|
self._sender.send(GetStateRequest())
|
||||||
except:
|
except Exception:
|
||||||
self._idling.clear()
|
self._idling.clear()
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user