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

Commit c19f3dd

Browse files
committed
boss challenge now has 4 days instead of 2
1 parent f2505a5 commit c19f3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeChallenge/config.py

Lines changed: 2 additions & 2 deletions
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 = 2
51+
CHALLENGE_ENDS = 4
5252

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

@@ -97,7 +97,7 @@ class DevelopmentConfig(ProductionConfig):
9797
ALLOW_RESET = True
9898
MAIL_SUPPRESS_SEND = False
9999
TESTING = True
100-
TEST_EMAIL_RECIPIENT = "jeffreyw@codewizardshq.com"
100+
TEST_EMAIL_RECIPIENT = "sam@codewizardshq.com"
101101
MG_LIST = "codechallenge-test@school.codewizardshq.com"
102102

103103
@property

0 commit comments

Comments
 (0)