mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-13 05:03:09 +02:00
more clear comment
This commit is contained in:
parent
91037ee640
commit
fcb71b73d2
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ def extract_website_import_info(entry):
|
|||
return {'status': 'no_import_for_this_key'}
|
||||
|
||||
tested_key = "website"
|
||||
cache_only = True # definitely needed, to avoid hammering the same POI website many time
|
||||
cache_only = True # definitely needed, to avoid hammering the same POI website many times and/or blocking run of script
|
||||
returned = url_checker_instance.is_website_eligible(entry, cache_only, tested_key)
|
||||
if returned == None:
|
||||
# separate status for cache miss? TODO
|
||||
|
|
Loading…
Add table
Reference in a new issue