From 536ef7916e4ee5be285670d71e6b210a135238d6 Mon Sep 17 00:00:00 2001 From: SkellyBG Date: Sun, 17 Mar 2024 21:42:27 +1100 Subject: [PATCH] lmao --- src/context/puzzle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/puzzle.py b/src/context/puzzle.py index 6f188e2..6702cfe 100644 --- a/src/context/puzzle.py +++ b/src/context/puzzle.py @@ -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, ), )