Merge pull request 'fix' (#55) from master into dev
Reviewed-on: https://gitea.sprinthub.ru/self/certupdater/pulls/55
This commit was merged in pull request #55.
This commit is contained in:
1
main.py
1
main.py
@@ -119,6 +119,7 @@ while True:
|
|||||||
):
|
):
|
||||||
success = update_host(host)
|
success = update_host(host)
|
||||||
if success:
|
if success:
|
||||||
|
print(success)
|
||||||
send_notification(
|
send_notification(
|
||||||
f"host {host} was not updated with an error: {success}"
|
f"host {host} was not updated with an error: {success}"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user