We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3f06c commit 7dab5cbCopy full SHA for 7dab5cb
1 file changed
deebot_client/commands/xml/clean.py
@@ -52,7 +52,7 @@ def __init__(
52
area_or_coordinates: str,
53
cleanings: int = 1,
54
) -> None:
55
- key = "area" if mode == CleanMode.SPOT_AREA else "p"
+ key = "mid" if mode == CleanMode.SPOT_AREA else "p"
56
super().__init__(
57
CleanAction.START,
58
mode=mode,
0 commit comments