diff --git a/daemon.py b/daemon.py index e2f63938a..531240c32 100644 --- a/daemon.py +++ b/daemon.py @@ -17227,6 +17227,7 @@ def runDaemon(listsEnabled: str, else: httpd.listsEnabled = getConfigParam(baseDir, "listsEnabled") httpd.CWlists = loadCWLists(baseDir, True, httpd.listsEnabled) + print('CWlistsStr httpd.CWlists: ' + str(httpd.CWlists)) # set the avatar for the news account httpd.themeName = getConfigParam(baseDir, 'theme')