main
Bob Mottram 2021-10-21 18:31:12 +01:00
parent 7c2da78c55
commit a555251950
1 changed files with 2 additions and 1 deletions

View File

@ -1676,10 +1676,11 @@ def _htmlEditProfileFiltering(baseDir: str, nickname: str, domain: str,
200, '', False)
CWlistsStr = ''
print('CWlistsStr 0: ' + str(CWlists))
for name, item in CWlists.items():
print('CWlistsStr: ' + name)
variableName = 'list' + name.replace(' ', '').replace("'", '')
if listName in listsEnabled:
if name in listsEnabled:
listIsEnabled = True
else:
listIsEnabled = False