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

Commit dc30226

Browse files
authored
Update config.py
1 parent 540cf48 commit dc30226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeChallenge/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class ProductionConfig(DefaultConfig):
7676
SHEET_ID = os.getenv("SHEET_ID")
7777
MG_LIST = os.getenv("MG_LIST")
7878
ANSWER_ATTEMPT_LIMIT = "5 per 1 minutes"
79+
CODE_CHALLENGE_START = 1586703600
7980

8081

8182
class DevelopmentConfig(ProductionConfig):

0 commit comments

Comments
 (0)