(20251126) ...

This commit is contained in:
2025-11-26 14:40:22 +05:30
parent 20ea8c7f1d
commit 81cca3a8a0
+2 -2
View File
@@ -299,10 +299,10 @@ if __name__ == "__main__":
"password": "<pwd>" "password": "<pwd>"
}, },
"musterRollConfig": { "musterRollConfig": {
"groupIds": "2,3,4" "groupIds": ["2", "3", "4"]
}, },
"inOutConfig": { "inOutConfig": {
"groupIds": "2,3,4" "groupIds": ["2", "3", "4"]
} }
} }
""" """