|
@@ -475,7 +475,7 @@ def generate_subtitle_image(name_hash,text_content):
|
|
return img_list
|
|
return img_list
|
|
|
|
|
|
async def sendProgress(progress,client_id):
|
|
async def sendProgress(progress,client_id):
|
|
- await ws = create_connection("ws://www.choozmo.com:8888/progress/"+client_id)
|
|
|
|
|
|
+ ws = create_connection("ws://www.choozmo.com:8888/progress/"+client_id)
|
|
await ws.send(str(progress))
|
|
await ws.send(str(progress))
|
|
await ws.close()
|
|
await ws.close()
|
|
|
|
|