Compare commits

..

No commits in common. "74bf714656eb6f1c1bfeed85d08f39ddc83827e8" and "2e06c4fd27acd5603cf01c2878b89d1e9cc4a74c" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -19,11 +19,7 @@ To download your puzzle inputs (the inputs are different for each user),
run `./main.py --fetch-session` and input your session key.
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
<<<<<<< HEAD
in question has the following format : `Cookie : session=key`.
=======
in question has the following format : `Cookie : session-key`.
>>>>>>> 2e06c4fd27acd5603cf01c2878b89d1e9cc4a74c
For other options see `./main.py -h`.
```console