Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
49Indium committed Nov 20, 2024
1 parent 2349741 commit 14526ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uqcsbot/advent.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def _get_leaderboard_json(self, year: int, code: int) -> Json:
response = requests.get(
LEADERBOARD_URL.format(year=year, code=code),
cookies={"session": self.session_id},
allow_redirects=False, # Will redirct to home page if session token is out of date
allow_redirects=False, # Will redirct to home page if session token is out of date
)
except RequestException as exception:
raise FatalErrorWithLog(
Expand Down

0 comments on commit 14526ee

Please sign in to comment.