Couple little bugs

This commit is contained in:
Ben Arc
2021-04-20 17:43:33 +01:00
parent 361a87110b
commit 83c4f619ae
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -57,4 +57,4 @@ async def ws_compose(copilot_id):
async def updater(data, comment, copilot):
global socket_relay
socket_relay[copilot] = shortuuid.uuid()[:5] + "-" + data + "-" + comment
socket_relay[copilot] = shortuuid.uuid()[:5] + "-" + str(data) + "-" + str(comment)