Update run.py

This commit is contained in:
2025-01-09 23:02:08 +09:00 committed by GitHub
commit dd3f9a7b1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ else:
print("🍪 | Retrieving saved account information.")
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.")