From f9223e0badc8fe87b930ca5c48ca2a70d254f3f8 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 7 Dec 2021 14:35:30 +0100 Subject: [PATCH] python syntax error --- tubesync/tubesync/local_settings.py.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/tubesync/local_settings.py.container b/tubesync/tubesync/local_settings.py.container index abd8336..ce34139 100644 --- a/tubesync/tubesync/local_settings.py.container +++ b/tubesync/tubesync/local_settings.py.container @@ -15,7 +15,7 @@ SECRET_KEY = str(os.getenv('DJANGO_SECRET_KEY', 'tubesync-django-secret')) ALLOWED_HOSTS_STR = os.getenv('TUBESYNC_HOSTS', '') -if len(ALLOWED_HOSTS_STR) > 0 +if len(ALLOWED_HOSTS_STR) > 0: ALLOWED_HOSTS_STR += ',' ALLOWED_HOSTS_STR += '127.0.0.1,localhost,::1'