From b9eb5544abd982754e31d3f410db8eeffc2243db Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 10:27:59 +0200 Subject: fix --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.py') diff --git a/src/conf.py b/src/conf.py index 084b3b61..9bb05094 100644 --- a/src/conf.py +++ b/src/conf.py @@ -23,7 +23,7 @@ TIME_ZONE = { } ON_HEROKU = int(os.environ.get('HEROKU', 0)) == 1 -DEFAULTS = {"platform_url": "https://www.newspipe.org", +DEFAULTS = {"platform_url": "https://www.newspipe.org/", "self_registration": "false", "cdn_address": "", "admin_email": "info@newspipe.org", -- cgit