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