diff options
author | 2022-03-20 17:24:26 -0400 | |
---|---|---|
committer | 2022-03-20 17:24:26 -0400 | |
commit | 0460bfe4c3f6f26c7447dc96ee4e61900a1e5b27 (patch) | |
tree | 3eb8c2efa38aca0294bc079684bad1539ff2ba6b /pydis_site/constants.py | |
parent | Write walkthrough (diff) | |
parent | Merge pull request #694 from camcaswell/role-update (diff) |
Merge branch 'python-discord:main' into contrib-streamline
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)) |