Check that lists are enabled

main
Bob Mottram 2021-10-21 20:03:26 +01:00
parent 9ecb745d3d
commit 48d3235b8f
1 changed files with 12 additions and 11 deletions

View File

@ -1677,6 +1677,7 @@ def _htmlEditProfileFiltering(baseDir: str, nickname: str, domain: str,
200, '', False)
CWlistsStr = ''
if listsEnabled:
print('CWlistsStr 0: ' + str(CWlists))
for name, item in CWlists.items():
print('CWlistsStr: ' + name)