1
0
Fork 0

more clear comment

This commit is contained in:
Mateusz Konieczny 2025-04-01 21:40:24 +02:00
parent 91037ee640
commit fcb71b73d2

View file

@ -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