diff options
author | Parker <contact@pkrm.dev> | 2024-11-15 17:07:51 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-15 17:07:51 -0600 |
commit | 72b99bd7286fce154775ce9738f08109a6510a04 (patch) | |
tree | 41941174e397a12ed7d89a33d7c2a28330ad0224 | |
parent | c416b06dd10ed6faafd26a2ec65687c743f1f958 (diff) |
Add defaults
-rw-r--r-- | config.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." |