mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 08:45:13 +00:00
Code style
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user