2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-18 13:55:15 +00:00

Connection refactoring

This commit is contained in:
Dan
2018-05-24 21:19:57 +02:00
parent 9001ccd11f
commit 65c209000c
4 changed files with 17 additions and 10 deletions

View File

@@ -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 = {}