Skip to content

Commit 734f5cd

Browse files
authored
Added cookies location for chrome
1 parent 55d30e5 commit 734f5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ virtualenv -p python3 leetcode-anki
1919
. leetcode-anki/bin/activate
2020
```
2121

22-
Then initialize necessary environment variables. You can get the values directly from your browser
22+
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)
2323
```
2424
export LEETCODE_CSRF_TOKEN="xxx"
2525
export LEETCODE_SESSION_ID="yyy"

0 commit comments

Comments
 (0)