mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
Also make REDACTLIST change in webserve
This commit is contained in:
parent
e1a144dcb1
commit
8cc76acb5e
@ -5786,7 +5786,7 @@ class WebInterface(object):
|
||||
redacted = []
|
||||
for line in rows:
|
||||
line = list(line)
|
||||
for item in lazylibrarian.CONFIG.get_REDACTLIST():
|
||||
for item in lazylibrarian.CONFIG.REDACTLIST:
|
||||
line[6] = line[6].replace(item, '**********')
|
||||
redacted.append(line)
|
||||
rows = redacted
|
||||
|
||||
Loading…
Reference in New Issue
Block a user