We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59dd269 + bbc4607 commit 7396ea6Copy full SHA for 7396ea6
backend/constants.py
@@ -18,8 +18,7 @@
18
OAUTH2_CLIENT_ID = os.getenv("OAUTH2_CLIENT_ID")
19
OAUTH2_CLIENT_SECRET = os.getenv("OAUTH2_CLIENT_SECRET")
20
OAUTH2_REDIRECT_URI = os.getenv(
21
- "OAUTH2_REDIRECT_URI",
22
- "https://forms.pythondiscord.com/callback"
+ "OAUTH2_REDIRECT_URI", "https://forms.pythondiscord.com/callback"
23
)
24
25
GIT_SHA = os.getenv("GIT_SHA", "dev")
@@ -42,6 +41,7 @@
42
41
"code",
43
"range",
44
"section",
+ "timezone",
45
]
46
47
REQUIRED_QUESTION_TYPE_DATA = {
0 commit comments