From 9e99695611527ec31c9a7c8660397f5230d5b7ba Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 3 Nov 2024 21:14:42 -0600 Subject: Update config loading/validation --- app/util/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/util') 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) -- cgit v1.2.3-70-g09d2