pull/69935/head
Mick Vleeshouwer 2022-04-11 12:18:31 -07:00 committed by Paulus Schoutsen
parent fd8fb59f7a
commit 71fb2d09b7
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ def _select_option_open_closed_pedestrian(
OverkizCommandParam.CLOSED: OverkizCommand.CLOSE,
OverkizCommandParam.OPEN: OverkizCommand.OPEN,
OverkizCommandParam.PEDESTRIAN: OverkizCommand.SET_PEDESTRIAN_POSITION,
}[OverkizCommandParam(option)],
None,
}[OverkizCommandParam(option)]
)