Skip to content

Commit 3ba37e0

Browse files
committed
Deprecated CSRF token variable
1 parent f2dd422 commit 3ba37e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ virtualenv -p python3 leetcode-anki
2626
. leetcode-anki/bin/activate
2727
```
2828

29-
Then initialize necessary environment variables. You can get the values directly from your browser (if you're using chrome, cookies can be found here chrome://settings/cookies/detail?site=leetcode.com)
29+
Then initialize session id variable. You can get it directly from your browser (if you're using chrome, cookies can be found here chrome://settings/cookies/detail?site=leetcode.com)
3030
```
31-
export LEETCODE_CSRF_TOKEN="xxx"
3231
export LEETCODE_SESSION_ID="yyy"
3332
```
3433

0 commit comments

Comments
 (0)