aboutsummaryrefslogtreecommitdiff
path: root/app/util
diff options
context:
space:
mode:
Diffstat (limited to 'app/util')
-rw-r--r--app/util/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/util/log.py b/app/util/log.py
index 2b3542b..943863d 100644
--- a/app/util/log.py
+++ b/app/util/log.py
@@ -4,7 +4,7 @@ from ua_parser import user_agent_parser
from ip2locationio.ipgeolocation import IP2LocationIOAPIError
from database import SessionLocal
-from var import LOG, API_KEY, IP_TO_LOCATION
+from config import LOG, API_KEY, IP_TO_LOCATION
from models import Link, Record
configuration = ip2locationio.Configuration(API_KEY)