1
0
Fork 0

follow linter advise in formatting

This commit is contained in:
Mateusz Konieczny 2024-10-08 19:27:19 +02:00
parent 4a52918c79
commit 257f2d886a

View file

@ -20,7 +20,7 @@ def scan_eligible(grab_bag, scanner):
wait_between_the_same_domain_minutes = 5
total_scanned = 0
while True:
while (threading.active_count() > 20):
while threading.active_count() > 20:
time.sleep(0.1)
scanned_in_this_round = 0
for domain, entry in grab_bag.items():