From 51c7f24ba9fc655a4daf01b43f753b50e3c30f69 Mon Sep 17 00:00:00 2001 From: imnyang Date: Wed, 6 Nov 2024 23:15:34 +0900 Subject: [PATCH] sasdfasdf --- app/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/run.py b/app/run.py index cf310fa..9c116e7 100644 --- a/app/run.py +++ b/app/run.py @@ -6,7 +6,7 @@ import library.lib as lib start_time = datetime.now() print("🍪 | Retrieving saved account information.") -cl = Client(json.load(open('./cookies.json'))) +cl = Client(json.load(open('./temp/cookies.json'))) print("🍪 | Account information was successfully retrieved.") print("📅 | Getting MLSV_YMD Timestamp")