Skip to content

Commit

Permalink
lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
SkellyBG committed Mar 17, 2024
1 parent 9748fa2 commit 536ef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/puzzle.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ async def get_accessible_puzzles(team_name: str) -> List[Puzzle]:
p.uni != "USYD",
p.uni != "UNSW",
p.uni != "METAMETA",
p.puzzle_name,
p.puzzle_id,
),
)

0 comments on commit 536ef79

Please sign in to comment.