This commit is contained in:
2026-05-22 19:27:44 +02:00
parent fb3d406973
commit 6603cf3010
+7 -2
View File
@@ -5,8 +5,13 @@ PASSWORDS = {
}
PGROUPS = {
"a": ["p11111", "p22222"],
"b": ["p33333"]
"a": [
"p11111",
"p22222"
],
"b": [
"p33333"
]
}