From 81cca3a8a0a1d3b81e0474b1ecd5aeeb8cf62f63 Mon Sep 17 00:00:00 2001 From: Khushal P Soonderji Date: Wed, 26 Nov 2025 14:40:22 +0530 Subject: [PATCH] (20251126) ... --- cron/reports.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron/reports.py b/cron/reports.py index bfa22ee..aed063b 100644 --- a/cron/reports.py +++ b/cron/reports.py @@ -299,10 +299,10 @@ if __name__ == "__main__": "password": "" }, "musterRollConfig": { - "groupIds": "2,3,4" + "groupIds": ["2", "3", "4"] }, "inOutConfig": { - "groupIds": "2,3,4" + "groupIds": ["2", "3", "4"] } } """