Corrections based on merge request inputs
Showing
#!/usr/bin/python | ||
#!/usr/bin/env python | ||
import notify | ||
if __name__ == '__main__': | ||
try: | ||
notify.accept() | ||
finally: | ||
pass | ||
\ No newline at end of file | ||
except: | ||
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 |