From 6aa7f95e80ae847ac637e4efd67ee4c0f1885dad Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 18 Feb 2016 09:11:29 +0100 Subject: Typo. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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", -- cgit