Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlzhou committed Jun 9, 2023
1 parent 016eb02 commit 69b88b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eAbsentee/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Config:

# https://www.elections.virginia.gov/casting-a-ballot/calendars-schedules/upcoming-elections.html
UPCOMING_ELECTIONS = [
date(2023, 10, 27), # Primary election
date(2023, 11, 7), # Primary election
]
FORM_OPEN = len(UPCOMING_ELECTIONS) > 0

Expand Down

0 comments on commit 69b88b3

Please sign in to comment.