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 a560b32 commit 1dd24f2Copy full SHA for 1dd24f2
doggo.py
@@ -63,7 +63,7 @@ async def call_robot(self, api_id, params=None):
63
args["parameter"] = params
64
65
await self.dog.maybe_reconnect()
66
- self.dog.robot.datachannel.pub_sub.publish_request_new(
+ await self.dog.robot.datachannel.pub_sub.publish_request_new(
67
RTC_TOPIC["SPORT_MOD"], args
68
)
69
0 commit comments