mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
cron fixes
This commit is contained in:
@@ -20,7 +20,7 @@ def download_area_version(area: str, version: str) -> bool:
|
||||
|
||||
versions = get_versions_for_area(area)
|
||||
if not versions:
|
||||
print(f' No version found for {area}')
|
||||
print(f' No versions found for {area}')
|
||||
return False
|
||||
|
||||
# latest version
|
||||
|
||||
Reference in New Issue
Block a user