diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-18 09:11:29 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-18 09:11:29 +0100 |
commit | 6aa7f95e80ae847ac637e4efd67ee4c0f1885dad (patch) | |
tree | c52ac6aef843b18c088d8ee045b47ede0d412f40 /src | |
parent | New environment variable for the token salt on Heroku. (diff) | |
download | newspipe-6aa7f95e80ae847ac637e4efd67ee4c0f1885dad.tar.gz newspipe-6aa7f95e80ae847ac637e4efd67ee4c0f1885dad.tar.bz2 newspipe-6aa7f95e80ae847ac637e4efd67ee4c0f1885dad.zip |
Typo.
Diffstat (limited to 'src')
-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", |