aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-11 23:57:44 -0600
committerParker <contact@pkrm.dev>2024-11-11 23:57:44 -0600
commit52127adb08cff9e6bf6bad0125c3b5f7e0d04db2 (patch)
tree9b2b8a793aed986a54603b8530af2a0f8ae4ca30 /config.py
parent386e6dcb35c866d204e2d32fd814aa7ca3ed15ae (diff)
Merge API+APP in Docker
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."