aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.py b/config.py
index bb878bf..6ed420c 100644
--- a/config.py
+++ b/config.py
@@ -58,9 +58,9 @@ def load_config():
with open(file_path, "w") as f:
f.write(
"""
- ip_to_location: ""
- api_key: ""
- """
+config:
+ ip_to_location:
+ api_key:"""
)
LOG.critical(
"`config.yaml` was not found, a template has been created."