fix
This commit is contained in:
parent
1822a24442
commit
eed31426b2
2
main.py
2
main.py
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user