Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 87ebe6f

Browse files
Merge pull request #242 from codewizardshq/backend-date-hotfix
update code challenge end time in back end config.py
2 parents d0009fb + 8dab2d9 commit 87ebe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeChallenge/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class DefaultConfig:
4848

4949
# number of days to leave CodeChallenge open
5050
# past the final rank
51-
CHALLENGE_ENDS = 5
51+
CHALLENGE_ENDS = 3
5252

5353
BULK_IMPORT_SENDER = "Kelli at CodeWizardsHQ <kelli@codewizardshq.com>"
5454

0 commit comments

Comments
 (0)