Skip to content

Commit

Permalink
Fix login bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nianeyna committed Jul 29, 2023
1 parent 74e8946 commit 243e2d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ao3downloader/parse_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def get_payload(username: str, password: str, token: str) -> dict[str, str]:
'user[login]': username,
'user[password]': password,
'user[remember_me]': '1',
'utf8': '✓',
'authenticity_token': token
}
return payload
Expand Down

0 comments on commit 243e2d0

Please sign in to comment.