From 982ef01743959055ecb10bf6bd4c9f6f2af10fbb Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 18 Jul 2019 14:41:20 +0200 Subject: [PATCH] Fix PWA_APP_SCOPE variable declaration Coma isn't needed at the end of the variable declaration. If you set PWA_APP_SCOPE with coma at the end the django server starts without issues and worker registered but it will break an offline mode. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c896004..0f9944b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ PWA_APP_DESCRIPTION = "My app description" PWA_APP_THEME_COLOR = '#0A0302' PWA_APP_BACKGROUND_COLOR = '#ffffff' PWA_APP_DISPLAY = 'standalone' -PWA_APP_SCOPE = '/', +PWA_APP_SCOPE = '/' PWA_APP_ORIENTATION = 'any' PWA_APP_START_URL = '/' PWA_APP_ICONS = [