Compare commits
No commits in common. "f191d7c07aa68332289911804e59cb6210a376c0" and "8863b7f7ab2e6f6d2f6d712628c370e4dddf97b3" have entirely different histories.
f191d7c07a
...
8863b7f7ab
2
main.py
2
main.py
@ -125,8 +125,6 @@ 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