mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-03-11 21:01:02 +00:00
fix
This commit is contained in:
parent
fe758eb1ae
commit
3bbbf26094
@ -21,6 +21,6 @@ class BaddieProcessor:
|
||||
self._baddies[addr] += reason + ' '
|
||||
|
||||
def write_blocklist(self, f):
|
||||
f.write('# baddies blocklist generated on {}'.format(datetime.datetime.now()))
|
||||
f.write('# baddies blocklist generated on {}\n'.format(datetime.datetime.now()))
|
||||
for k in self._baddies:
|
||||
f.write('{}:{}\n'.format(self._baddies[k], k))
|
||||
|
Loading…
x
Reference in New Issue
Block a user