mirror of https://gitlab.com/bashrc2/epicyon
Check that lists are enabled
parent
9ecb745d3d
commit
48d3235b8f
|
@ -1677,6 +1677,7 @@ def _htmlEditProfileFiltering(baseDir: str, nickname: str, domain: str,
|
||||||
200, '', False)
|
200, '', False)
|
||||||
|
|
||||||
CWlistsStr = ''
|
CWlistsStr = ''
|
||||||
|
if listsEnabled:
|
||||||
print('CWlistsStr 0: ' + str(CWlists))
|
print('CWlistsStr 0: ' + str(CWlists))
|
||||||
for name, item in CWlists.items():
|
for name, item in CWlists.items():
|
||||||
print('CWlistsStr: ' + name)
|
print('CWlistsStr: ' + name)
|
||||||
|
|
Loading…
Reference in New Issue