Update init-auth.py
This commit is contained in:
parent
7944b62613
commit
77c36791c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue