mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-18 13:55:15 +00:00
Connection refactoring
This commit is contained in:
@@ -843,8 +843,6 @@ class Client(Methods, BaseClient):
|
||||
|
||||
if self.proxy:
|
||||
self.proxy["enabled"] = True
|
||||
self.proxy["username"] = self.proxy.get("username", None)
|
||||
self.proxy["password"] = self.proxy.get("password", None)
|
||||
else:
|
||||
self.proxy = {}
|
||||
|
||||
|
Reference in New Issue
Block a user