diff options
| author | 2021-09-04 10:34:52 +0100 | |
|---|---|---|
| committer | 2021-09-04 10:34:52 +0100 | |
| commit | cc6fed3b13ba1aa9ec3cf84227048c9d04ebecda (patch) | |
| tree | ade70087bd3c617539537dee9863366bb356c4a1 | |
| parent | Add pod IPs to allowed hosts (diff) | |
Correct import order
| -rw-r--r-- | pydis_site/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 0aa66322..d2cd8698 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -14,7 +14,7 @@ import os import secrets import sys from pathlib import Path -from socket import gethostname, gethostbyname +from socket import gethostbyname, gethostname import environ import sentry_sdk |