aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-15 17:07:51 -0600
committerParker <contact@pkrm.dev>2024-11-15 17:07:51 -0600
commit72b99bd7286fce154775ce9738f08109a6510a04 (patch)
tree41941174e397a12ed7d89a33d7c2a28330ad0224
parentc416b06dd10ed6faafd26a2ec65687c743f1f958 (diff)
Add defaults
-rw-r--r--config.py4
1 files 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."