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