mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-30 09:32:49 +00:00
fix: remove ping when start
This commit is contained in:
parent
60ecd77f11
commit
db2a18ec28
@ -116,7 +116,7 @@ class Session:
|
||||
|
||||
self.recv_task = self.loop.create_task(self.recv_worker())
|
||||
|
||||
await self.send(raw.functions.Ping(ping_id=0), timeout=self.START_TIMEOUT)
|
||||
# await self.send(raw.functions.Ping(ping_id=0), timeout=self.START_TIMEOUT)
|
||||
|
||||
if not self.is_cdn:
|
||||
await self.send(
|
||||
|
Loading…
Reference in New Issue
Block a user