Skip to content

Commit cac0c0e

Browse files
authored
chore: fix merge with cache data rename
1 parent 0e8492b commit cac0c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async def _discover(ctx):
157157
raise Exception("You need to login first")
158158
client = RoborockApiClient(cache_data.email)
159159
home_data = await client.get_home_data_v3(cache_data.user_data)
160-
login_data.home_data = home_data
160+
cache_data.home_data = home_data
161161
context.update(cache_data)
162162
click.echo(f"Discovered devices {', '.join([device.name for device in home_data.get_all_devices()])}")
163163

0 commit comments

Comments
 (0)