mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-04-11 10:09:29 +02:00
follow linter advise in formatting
This commit is contained in:
parent
4a52918c79
commit
257f2d886a
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue