Skip to content

Commit bcab9cb

Browse files
Lash-Lallenporter
andauthored
Update roborock/cloud_api.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
1 parent 0f696d4 commit bcab9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/cloud_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, user_data: UserData, device_info: DeviceData) -> None:
8686
def _mqtt_on_connect(
8787
self,
8888
client: mqtt.Client,
89-
data: object,
89+
userdata: object,
9090
flags: dict[str, int],
9191
rc: ReasonCode,
9292
properties: mqtt.Properties | None = None,

0 commit comments

Comments
 (0)