Skip to content

Commit 19f21d6

Browse files
committed
rename the default group to by more readable
1 parent cbb8210 commit 19f21d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rasenmaeher_api/kchelpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async def ensure_product_groups(self) -> Optional[bool]:
210210
subgroups_by_name: Dict[str, Dict[str, Any]] = {
211211
subgroup["name"]: subgroup for subgroup in group["subGroups"]
212212
}
213-
subgrpname = f"{productname}_dflt"
213+
subgrpname = f"{productname}_default"
214214
if subgrpname not in subgroups_by_name:
215215
LOGGER.info("Creating KC group /{}/{}".format(productname, subgrpname))
216216
new_id = await self.kcadmin.a_create_group({"name": subgrpname}, parent=group["id"])

0 commit comments

Comments
 (0)