This commit is contained in:
Konstantin M 2018-03-14 11:03:41 +03:00
parent 3dc75965e2
commit 16f6b07664

View File

@ -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