Update init-auth.py

This commit is contained in:
암냥 2025-02-02 14:02:18 +09:00 committed by GitHub
commit 77c36791c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.")