This commit is contained in:
n.diaz
2024-11-25 20:22:31 +01:00
parent 73496562bd
commit 8735d04c9e

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("wtf")
print(log.splitall())
print(host)
if ip not in whitelist_ips: