1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-02-05 19:24:13 +00:00
This commit is contained in:
Jeff Becker 2016-11-24 09:24:42 -05:00
parent 4c5c4c953c
commit 628ba2a047

View File

@ -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: