2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 08:45:13 +00:00

Code style

This commit is contained in:
Dan
2018-06-14 13:05:22 +02:00
parent b1f6131971
commit eeaf01654b

View File

@@ -289,9 +289,11 @@ class Session:
break
try:
await self._send(functions.PingDelayDisconnect(
0, self.WAIT_TIMEOUT + 10
), False)
await self._send(
functions.PingDelayDisconnect(
0, self.WAIT_TIMEOUT + 10
), False
)
except (OSError, TimeoutError, Error):
pass