Browse Source

test progress bar

ming 3 years ago
parent
commit
daf6e68882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -105,7 +105,7 @@ async def make_anchor_video_v2(req:request2):
 async def websocket_endpoint(websocket: WebSocket):
 async def websocket_endpoint(websocket: WebSocket):
     await websocket.accept()
     await websocket.accept()
     while True:
     while True:
-        print('TEXT RECEIVED:'+websocket.receive_text)
+        #print('TEXT RECEIVED:'+websocket.receive_text)
         data = await websocket.receive_text()
         data = await websocket.receive_text()
         await websocket.send_text({data})
         await websocket.send_text({data})