Fixed README
parent
2e06c4fd27
commit
cf9d4e28e4
|
@ -19,7 +19,7 @@ To download your puzzle inputs (the inputs are different for each user),
|
||||||
run `./main.py --fetch-session` and input your session key.
|
run `./main.py --fetch-session` and input your session key.
|
||||||
The session key can be found by inspecting the headers of a HTTP request
|
The session key can be found by inspecting the headers of a HTTP request
|
||||||
made from a browser on which the user is logged in. The HTTP request header
|
made from a browser on which the user is logged in. The HTTP request header
|
||||||
in question has the following format : `Cookie : session-key`.
|
in question has the following format : `Cookie : session=key`.
|
||||||
|
|
||||||
For other options see `./main.py -h`.
|
For other options see `./main.py -h`.
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in New Issue