main
Bob Mottram 2021-10-21 18:36:08 +01:00
parent a555251950
commit 7d2b5aa1b3
1 changed files with 1 additions and 0 deletions

View File

@ -17227,6 +17227,7 @@ def runDaemon(listsEnabled: str,
else: else:
httpd.listsEnabled = getConfigParam(baseDir, "listsEnabled") httpd.listsEnabled = getConfigParam(baseDir, "listsEnabled")
httpd.CWlists = loadCWLists(baseDir, True, httpd.listsEnabled) httpd.CWlists = loadCWLists(baseDir, True, httpd.listsEnabled)
print('CWlistsStr httpd.CWlists: ' + str(httpd.CWlists))
# set the avatar for the news account # set the avatar for the news account
httpd.themeName = getConfigParam(baseDir, 'theme') httpd.themeName = getConfigParam(baseDir, 'theme')