mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +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
|
password=parser.get("proxy", "password", fallback=None) or None
|
||||||
)
|
)
|
||||||
|
|
||||||
print(self.proxy)
|
|
||||||
|
|
||||||
def load_session(self, session_name):
|
def load_session(self, session_name):
|
||||||
try:
|
try:
|
||||||
with open("{}.session".format(session_name)) as f:
|
with open("{}.session".format(session_name)) as f:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue