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 09bf813 commit 049b0cfCopy full SHA for 049b0cf
1 file changed
pyrogram/client.py
@@ -1360,9 +1360,6 @@ async def get_session(
1360
1361
server_address = server_address or dc_option.ip_address
1362
port = port or dc_option.port
1363
- else:
1364
- server_address = server_address or await self.storage.server_address()
1365
- port = port or await self.storage.port()
1366
1367
if is_media:
1368
auth_key = (await self.get_session(dc_id)).auth_key
0 commit comments