Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 42166b3

Browse files
fix: Enter cookies directly (#145)
1 parent f35dfd1 commit 42166b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ Copy `Value` from `LEETCODE_SESSION` and `csrftoken` to `session` and `csrf` in
315315

316316
```toml
317317
[cookies]
318-
csrf = "${csrftoken}"
319-
session = "${LEETCODE_SESSION}"
318+
csrf = '<your-leetcode-csrf-token>'
319+
session = '<your-leetcode-session-key>'
320320
```
321321

322322
## Programmable

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /