mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
implemented relaxed mode for loadbalancer
This commit is contained in:
@@ -19,7 +19,7 @@ def fetch_version_files() -> bool:
|
||||
need_nginx_sync = False
|
||||
|
||||
for area in config.areas:
|
||||
deployed_version = get_deployed_version(area)
|
||||
deployed_version = get_deployed_version(area)['version']
|
||||
if not deployed_version:
|
||||
print(f' deployed version not found: {area}')
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user