aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordesvox <ofunknowndescent@gmail.com>2018-08-14 22:19:20 -0500
committerdesvox <ofunknowndescent@gmail.com>2018-08-14 22:19:20 -0500
commit6e30125fb8a40c8e5371c074bc72079b23f5795b (patch)
treed01ca41606d86b4b7fd9b93b3901ae4216126251
parent1c296cc500e507008b9a7a0ffb06b0dc26202a1a (diff)
downloadbbj-6e30125fb8a40c8e5371c074bc72079b23f5795b.tar.gz
Fix stupid typo preventing new configs being made.
-rw-r--r--server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index a923e18..9d509b9 100644
--- a/server.py
+++ b/server.py
@@ -33,7 +33,7 @@ try:
app_config[key] = default_value
# else just use the defaults
except FileNotFoundError:
- app_config = default_prefs
+ app_config = default_config
finally:
with open("config.json", "w") as _out:
json.dump(app_config, _out, indent=2)
Un proyecto texto-plano.xyz