fix #53

Merged
emmatveev merged 1 commits from master into dev 2025-06-12 02:35:23 +03:00
Showing only changes of commit eed31426b2 - Show all commits

View File

@ -125,6 +125,8 @@ while True:
mongo.update_date(host) mongo.update_date(host)
updated = True updated = True
send_notification(f"host {host} updated") send_notification(f"host {host} updated")
else:
print(f"Host {host} does not need to be updated")
if updated: if updated:
if os.getenv("STAGE") == "development": if os.getenv("STAGE") == "development":
container_id_run = call( container_id_run = call(