aboutsummaryrefslogtreecommitdiff
path: root/src/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.py')
-rw-r--r--src/conf.py2
1 files changed, 1 insertions, 1 deletions
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",
bgstack15