_lists, not lists
This commit is contained in:
parent
00e7d24388
commit
e4ad911511
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
if hostname in default_lists:
|
if hostname in default_lists:
|
||||||
lists.insert(0, default_lists[hostname])
|
lists.insert(0, default_lists[hostname])
|
||||||
else:
|
else:
|
||||||
lists.insert(0, lists.DNSBL(hostname))
|
lists.insert(0, _lists.DNSBL(hostname))
|
||||||
|
|
||||||
lists = lists or list(default_lists.values())
|
lists = lists or list(default_lists.values())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue