From a1499423d25e1f16027346a40e7cc7200e5b8746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=84=B8?= Date: Thu, 9 Jan 2025 22:38:24 +0900 Subject: [PATCH] Update run.py --- app/run.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/run.py b/app/run.py index a1c5e15..28c4a9b 100644 --- a/app/run.py +++ b/app/run.py @@ -20,6 +20,8 @@ else: print("🍪 | Retrieving saved account information.") cl = Client(json.load(open('./temp/cookies.json'))) +cl.set_proxy("socks5h://localhost:9999") + print("🍪 | Account information was successfully retrieved.") print("📅 | Getting MLSV_YMD Timestamp")