Browse Source

more

pull/4/head
Jeff Becker 8 years ago
parent
commit
628ba2a047
  1. 2
      baddiefinder/baddiefinder/web.py

2
baddiefinder/baddiefinder/web.py

@ -14,7 +14,7 @@ def baddies(): @@ -14,7 +14,7 @@ def baddies():
fmax = s.get("thresholds", "max_floodfills_per_ip", fallback=3)
f = filter.FloodfillFilter(fmax)
p = processor.BaddieProcessor([f])
path = s.get("netdb", "directory", fallback=None)
path = s.get("netdb", "dir", fallback=None)
if path:
netdb.inspect(p.hook, path)
else:

Loading…
Cancel
Save