mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Revert "Switch back to port 443"
This reverts commit 89daf09
This commit is contained in:
parent
89daf09500
commit
bdfba51410
@ -33,7 +33,7 @@ class Connection:
|
||||
}
|
||||
|
||||
def __init__(self, ipv4: str, proxy: type, mode: int = 1):
|
||||
self.address = (ipv4, 443)
|
||||
self.address = (ipv4, 80)
|
||||
self.proxy = proxy
|
||||
self.mode = self.MODES.get(mode, TCPAbridged)
|
||||
self.lock = threading.Lock()
|
||||
|
Loading…
x
Reference in New Issue
Block a user