mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
a555251950
commit
7d2b5aa1b3
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue