We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bd178 commit 5e11f5bCopy full SHA for 5e11f5b
1 file changed
pyrogram/qrlogin.py
@@ -76,7 +76,7 @@ async def raw_handler(client, update, users, chats):
76
)
77
78
if isinstance(r, raw.types.auth.LoginTokenMigrateTo):
79
- dc_option = await self.client.get_dc_option(r.dc_id, ipv6=self.ipv6)
+ dc_option = await self.client.get_dc_option(r.dc_id, ipv6=self.client.ipv6)
80
await self.client.session.stop()
81
82
self.client.session = await self.client.get_session(
0 commit comments