Compare commits
2 Commits
8863b7f7ab
...
f191d7c07a
Author | SHA1 | Date | |
---|---|---|---|
f191d7c07a | |||
![]() |
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