debugging

This commit is contained in:
n.diaz
2024-11-25 20:18:52 +01:00
parent 6ca110cdc2
commit 90d2081969

View File

@ -183,6 +183,7 @@ async def scan(log):
date_position = splitted[3][1:]
# host = log.parent.parent.basename()
host = log.splitall()[1]
print(log.splitall())
print(host)
if ip not in whitelist_ips:
for rule in checklist: