mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 00:35:10 +00:00
Remove print call
This commit is contained in:
@@ -309,8 +309,6 @@ class Client:
|
||||
password=parser.get("proxy", "password", fallback=None) or None
|
||||
)
|
||||
|
||||
print(self.proxy)
|
||||
|
||||
def load_session(self, session_name):
|
||||
try:
|
||||
with open("{}.session".format(session_name)) as f:
|
||||
|
Reference in New Issue
Block a user