From 72b99bd7286fce154775ce9738f08109a6510a04 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 15 Nov 2024 17:07:51 -0600 Subject: [PATCH] Add defaults --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 6ed420c..620b301 100644 --- a/config.py +++ b/config.py @@ -59,8 +59,8 @@ def load_config(): f.write( """ config: - ip_to_location: - api_key:""" + ip_to_location: false + api_key: ''""" ) LOG.critical( "`config.yaml` was not found, a template has been created."