diff options
author | 2022-06-13 18:42:40 -0400 | |
---|---|---|
committer | 2022-06-13 18:42:40 -0400 | |
commit | 8351bf5c98aca9c6147c69d4a8bfe1e6d920653d (patch) | |
tree | f73baaa5f1020b8190a85033768f2c4ac2599ea1 /pydis_site/constants.py | |
parent | Add PyCharm logo. (diff) | |
parent | Merge pull request #699 from camcaswell/contrib-streamline (diff) |
Merge branch 'main' into swfarnsworth/resources
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)) |