Skip to content

Commit

Permalink
fix: script user agent url
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo-baasdam committed Dec 8, 2024
1 parent 321fb6b commit ff932b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_input(year: str, day: str, session: str, mock: bool) -> str:
f"https://adventofcode.com/{year}/day/{day}/input",
cookies=cookie,
headers={
"User-Agent": "Manual input retrieval script, https://github.com/renzo-baasdam/advent-of-code/blob/main/init.py"
"User-Agent": "Manual input retrieval script, https://github.com/renzo-baasdam/advent-of-code/blob/main/scripts/init.py"
},
).text
else:
Expand Down

0 comments on commit ff932b7

Please sign in to comment.