diff options
Diffstat (limited to 'src/conf.py')
-rw-r--r-- | src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.py b/src/conf.py index 31fe20c4..1cef95dc 100644 --- a/src/conf.py +++ b/src/conf.py @@ -36,7 +36,7 @@ DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/", "log_level": "info", "user_agent": "JARR (https://github.com/JARR-aggregator)", "secret_key": "", - "security_password_salt", "", + "security_password_salt": "", "enabled": "false", "notification_email": "jarr@no-reply.com", "tls": "false", |