From e6dbfad6baf49a41296e4ffbc1c1fd50b692646d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Dec 2021 21:11:04 +0000 Subject: [PATCH] Debug --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index e5ccdb137..b569a8854 100644 --- a/daemon.py +++ b/daemon.py @@ -2169,6 +2169,7 @@ class PubServer(BaseHTTPRequestHandler): return fields = {} + print('themeParams: ' + str(themeParams)) fieldsList = themeParams.split('&') for fieldStr in fieldsList: if '=' not in fieldStr: