Add defaults

This commit is contained in:
Parker M. 2024-11-15 17:07:51 -06:00
parent c416b06dd1
commit 72b99bd728
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -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."