Skip to content

Commit

Permalink
Add fireworks on 5 Nov
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 2, 2025
1 parent 54e7ff0 commit 7578178
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/occasions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def occasion():
][1].day
if month == 11 and day >= 2 and (day <= max(11, second_sunday_in_november)):
return "remembrance"
elif month == 1 and day == 1:
return "new-year"
elif (day == 1 and month == 1) or (day == 5 and month == 11):
return "fireworks"
elif month == 2:
return "progress"
elif month == 6:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7578178

Please sign in to comment.