|
@@ -494,7 +494,7 @@ def generate_subtitle_image(name_hash,text_content):
|
|
|
|
|
|
|
|
|
def anchor_video_v2(name,text_content, image_urls,avatar):
|
|
|
- await ws = create_connection("ws://www.choozmo.com:8888/progress")
|
|
|
+ ws = create_connection("ws://www.choozmo.com:8888/progress")
|
|
|
progress = 0
|
|
|
name_hash = str(time.time()).replace('.','')
|
|
|
|