adrbadsf
This commit is contained in:
parent
ee0fab0087
commit
dfc8dfc426
1 changed files with 2 additions and 2 deletions
|
|
@ -92,6 +92,6 @@ async def api_copilot_hooker(copilot_id, amount):
|
||||||
):
|
):
|
||||||
data = copilot.animation3
|
data = copilot.animation3
|
||||||
global connected_websockets
|
global connected_websockets
|
||||||
connected_websockets[copilot_id] = copilot_id + "-" + data
|
connected_websockets[copilot_id.id] = shortuuid.uuid() + "-" + data
|
||||||
|
|
||||||
return "", HTTPStatus.OK
|
return "", HTTPStatus.OK
|
||||||
Loading…
Add table
Add a link
Reference in a new issue