library/calendar_sync.py aktualisiert
This commit is contained in:
@ -108,4 +108,6 @@ def run_module():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
module.fail_json(msg=str(e))
|
module.fail_json(msg=str(e))
|
||||||
|
|
||||||
if __name__ == '__
|
if __name__ == '__main__':
|
||||||
|
run_module()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user