Browse Source

fixing websocket

ming 3 years ago
parent
commit
726be99164
1 changed files with 0 additions and 2 deletions
  1. 0 2
      main.py

+ 0 - 2
main.py

@@ -493,8 +493,6 @@ def generate_subtitle_image(name_hash,text_content):
 
 
 
 
 def anchor_video_v2(name,text_content, image_urls,avatar):
 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
     progress = 0
     name_hash = str(time.time()).replace('.','')
     name_hash = str(time.time()).replace('.','')