Explorar el Código

fixing websocket

ming hace 3 años
padre
commit
53418fc294
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -633,7 +633,7 @@ def anchor_video_v2(name,text_content, image_urls,avatar,client_id):
     for n in range(frames):
         f=t.GetFrame(n)
         w.WriteFrame(f)
-        if n== frames/5:
+        
             
     progress = 100
     sendProgress(progress,client_id)