diff --git a/waf3.py b/waf3.py index d185c7b..afdd32d 100644 --- a/waf3.py +++ b/waf3.py @@ -71,7 +71,6 @@ def report_attacks(): hosts[a.host] = hosts[a.host] + 1 else: hosts[a.host] = 1 - print(a.host) sorted_hosts = dict(sorted(hosts.items(), key=lambda x:x[1])) @@ -260,7 +259,6 @@ async def info(ip, unblock=False): def purge(): - print(older_than) found = Attack.select(Attack.ip).where( (Attack.date < older_than.datetime ) ) for attack in found: