Update run.py
This commit is contained in:
parent
91a6744100
commit
a1499423d2
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ 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")
|
||||||
|
|
||||||
print("🍪 | Account information was successfully retrieved.")
|
print("🍪 | Account information was successfully retrieved.")
|
||||||
|
|
||||||
print("📅 | Getting MLSV_YMD Timestamp")
|
print("📅 | Getting MLSV_YMD Timestamp")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue