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 3a93cbe commit 2de1ed7Copy full SHA for 2de1ed7
doggo.py
@@ -129,7 +129,7 @@ def __init__(self, dog):
129
async def act(self, params):
130
await self.dog.maybe_reconnect()
131
await self.dog.robot.datachannel.pub_sub.publish_request_new(
132
- RTC_TOPIC["SPORT_MOD"], {"api_id": SPORT_CMD["Dance"]}
+ RTC_TOPIC["SPORT_MOD"], {"api_id": SPORT_CMD["Dance1"]}
133
)
134
return "Doggo is now dancing"
135
0 commit comments