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