Commit 99378041 authored by Thomas Capricelli's avatar Thomas Capricelli
Browse files

erm..

parent f25575ceacda
......@@ -55,7 +55,7 @@ class Command(BaseCommand):
# {'remote_host': '191.101.17.115', 'count': '1835683', 'last_seen': '2021-12-12'}
for report in as_json:
ip = report['remote_host']
#self.addoneip(ip)
self.addoneip(ip)
def addoneip(self, ip):
if IPWhiteList.check_against(ip_address(ip)):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment