Corrections based on merge request inputs
Showing
| #!/usr/bin/python | #!/usr/bin/env python | ||
| import notify | import notify | ||
| if __name__ == '__main__': | if __name__ == '__main__': | ||
| try: | try: | ||
| notify.accept() | notify.accept() | ||
| finally: | except: | ||
| pass | notify.wall("There was an unknown error while trying to renew this vm, please do it manually!") | ||
Please
register
or
sign in
to reply
|
|||
| \ No newline at end of file | \ No newline at end of file |