Update api spec (#260)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bbf311ab95
commit
e6d46fd6dc
@ -6948,6 +6948,7 @@ def test_modeling_commands_ws():
|
||||
video_res_width=10,
|
||||
webrtc=False,
|
||||
pool=None, # Optional[str]
|
||||
replay=None, # Optional[str]
|
||||
) as websocket:
|
||||
|
||||
# Send a message.
|
||||
@ -6985,6 +6986,7 @@ async def test_modeling_commands_ws_async():
|
||||
video_res_width=10,
|
||||
webrtc=False,
|
||||
pool=None, # Optional[str]
|
||||
replay=None, # Optional[str]
|
||||
)
|
||||
|
||||
# Send a message.
|
||||
|
Reference in New Issue
Block a user