aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-03-08 17:19:04 -0600
committerParker <contact@pkrm.dev>2025-03-08 17:19:04 -0600
commita61f68c683df0e07d8958c6fbd9274410b23f3e1 (patch)
tree73112bd1f1384d838c907e519b9d79890d496833 /config.py
parentf2e84954823641838a863134ad1034f6234bb94d (diff)
Fix default DB errors
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 54f10fe..6b4ebcd 100644
--- a/config.py
+++ b/config.py
@@ -92,7 +92,7 @@ database:
engine: 'sqlite'
name: ''
host: ''
- port: ''
+ port: 0
user: ''
password: ''"""
)