This commit is contained in:
Ben Arc 2021-04-16 22:17:54 +01:00
parent ee0fab0087
commit dfc8dfc426

View file

@ -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