diff options
author | 2022-02-25 01:09:58 +0100 | |
---|---|---|
committer | 2022-02-26 13:32:45 +0100 | |
commit | 7f617657068e2cf877edfb06a70d435dd5dfbdc0 (patch) | |
tree | 28d7dec1e75a6d5197d7c6a7d3d2319efbdca096 /pydis_site/constants.py | |
parent | Remove unused module (diff) |
Remove and merge superfluous modules
The constants module more or less did what belongs to the settings.
Diffstat (limited to 'pydis_site/constants.py')
-rw-r--r-- | pydis_site/constants.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pydis_site/constants.py b/pydis_site/constants.py deleted file mode 100644 index e913f40f..00000000 --- a/pydis_site/constants.py +++ /dev/null @@ -1,6 +0,0 @@ -import os - -GIT_SHA = os.environ.get("GIT_SHA", "development") -GITHUB_TOKEN = os.environ.get("GITHUB_TOKEN") -# How long to wait for synchronous requests before timing out -TIMEOUT_PERIOD = int(os.environ.get("TIMEOUT_PERIOD", 5)) |