From 89809af85bcc47ce73131056a2d8d63f58713c31 Mon Sep 17 00:00:00 2001 From: midas Date: Sat, 12 Jul 2025 08:37:30 +0000 Subject: [PATCH] library/calendar_sync.py aktualisiert --- library/calendar_sync.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/calendar_sync.py b/library/calendar_sync.py index efe921f..09850ad 100644 --- a/library/calendar_sync.py +++ b/library/calendar_sync.py @@ -108,4 +108,6 @@ def run_module(): except Exception as e: module.fail_json(msg=str(e)) -if __name__ == '__ +if __name__ == '__main__': + run_module() +