Skip to content

Commit

Permalink
python solution base class - add puzzle released blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
pareronia committed Dec 1, 2023
1 parent e272020 commit 7800047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/python/aoc/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def execute_part(
exec_part = execute_part(part, lambda: self.part_2(input))
print(exec_part.to_json())
else:
aocd.utils.blocker(until=(self.year, self.day))
puzzle = aocd.models.Puzzle(self.year, self.day)
my_aocd.print_header(puzzle.year, puzzle.day)
if __debug__:
Expand Down

0 comments on commit 7800047

Please sign in to comment.