From dd3f9a7b1f9af67247c2ebd7f1f958f112a10a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=84=B8?= Date: Thu, 9 Jan 2025 23:02:08 +0900 Subject: [PATCH] Update run.py --- app/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/run.py b/app/run.py index 76ba988..28c4a9b 100644 --- a/app/run.py +++ b/app/run.py @@ -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.")