Skip to content

Commit

Permalink
fix: Enter cookies directly (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngin8-beta authored Jan 2, 2024
1 parent f35dfd1 commit 42166b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ Copy `Value` from `LEETCODE_SESSION` and `csrftoken` to `session` and `csrf` in

```toml
[cookies]
csrf = "${csrftoken}"
session = "${LEETCODE_SESSION}"
csrf = '<your-leetcode-csrf-token>'
session = '<your-leetcode-session-key>'
```

## Programmable
Expand Down

0 comments on commit 42166b3

Please sign in to comment.