aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-04 10:34:52 +0100
committerGravatar GitHub <[email protected]>2021-09-04 10:34:52 +0100
commitcc6fed3b13ba1aa9ec3cf84227048c9d04ebecda (patch)
treeade70087bd3c617539537dee9863366bb356c4a1 /pydis_site/settings.py
parentAdd pod IPs to allowed hosts (diff)
Correct import order
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py2
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