library/calendar_sync.py aktualisiert

This commit is contained in:
2025-07-12 08:37:30 +00:00
parent 862f373e81
commit 89809af85b

View File

@ -108,4 +108,6 @@ def run_module():
except Exception as e:
module.fail_json(msg=str(e))
if __name__ == '__
if __name__ == '__main__':
run_module()