From 77c36791c01a8252e2c35a62cf3feb1df7c23049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5?= Date: Sun, 2 Feb 2025 14:02:18 +0900 Subject: [PATCH] Update init-auth.py --- app/library/init-auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/init-auth.py b/app/library/init-auth.py index 0e61f76..ca3e16b 100644 --- a/app/library/init-auth.py +++ b/app/library/init-auth.py @@ -21,7 +21,7 @@ cl.get_settings() json.dump( cl.get_settings(), - open(f'{ROOT}temp/cookies.json', 'w') + open(f'{ROOT}/temp/cookies.json', 'w') ) print("🍪 | Account information was successfully retrieved.")