Ver Fonte

test progress bar

ming há 3 anos atrás
pai
commit
3b1479c744
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      main.py

+ 1 - 0
main.py

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