|
@@ -493,8 +493,6 @@ def generate_subtitle_image(name_hash,text_content):
|
|
|
|
|
|
|
|
|
def anchor_video_v2(name,text_content, image_urls,avatar):
|
|
|
- async with websockets.connect('ws://www.choozmo.com:8888/progress') as websocket:
|
|
|
- await websocket.send(100)
|
|
|
progress = 0
|
|
|
name_hash = str(time.time()).replace('.','')
|
|
|
|