mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Remove print call
This commit is contained in:
parent
ba21430512
commit
789cffa4f7
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue