mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
7c2da78c55
commit
a555251950
|
@ -1676,10 +1676,11 @@ def _htmlEditProfileFiltering(baseDir: str, nickname: str, domain: str,
|
||||||
200, '', False)
|
200, '', False)
|
||||||
|
|
||||||
CWlistsStr = ''
|
CWlistsStr = ''
|
||||||
|
print('CWlistsStr 0: ' + str(CWlists))
|
||||||
for name, item in CWlists.items():
|
for name, item in CWlists.items():
|
||||||
print('CWlistsStr: ' + name)
|
print('CWlistsStr: ' + name)
|
||||||
variableName = 'list' + name.replace(' ', '').replace("'", '')
|
variableName = 'list' + name.replace(' ', '').replace("'", '')
|
||||||
if listName in listsEnabled:
|
if name in listsEnabled:
|
||||||
listIsEnabled = True
|
listIsEnabled = True
|
||||||
else:
|
else:
|
||||||
listIsEnabled = False
|
listIsEnabled = False
|
||||||
|
|
Loading…
Reference in New Issue