Skip to content

Commit

Permalink
Update cookie name to long-expired cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgaming committed Aug 28, 2022
1 parent 3a1f376 commit 4ac8214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

found = False
for cookie in cookies:
if cookie.name == "cookie_token":
if cookie.name == "ltoken":
found = True
break
if not found:
Expand Down

0 comments on commit 4ac8214

Please sign in to comment.