vm_renewal 224 Bytes
Newer Older
1
#!/usr/bin/env python
2 3 4 5 6 7

import notify

if __name__ == '__main__':
    try:
        notify.accept()
8
    except:
9 10
        print ("There was an unknown error while trying to "
            "renew this vm, please do it manually!")