Update run.py
This commit is contained in:
parent
653faabd36
commit
dd3f9a7b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ else:
|
||||||
|
|
||||||
print("🍪 | Retrieving saved account information.")
|
print("🍪 | Retrieving saved account information.")
|
||||||
cl = Client(json.load(open('./temp/cookies.json')))
|
cl = Client(json.load(open('./temp/cookies.json')))
|
||||||
#cl.set_proxy("socks5h://localhost:9999")
|
cl.set_proxy("socks5h://localhost:9999")
|
||||||
|
|
||||||
print("🍪 | Account information was successfully retrieved.")
|
print("🍪 | Account information was successfully retrieved.")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue