Explorar o código

test progress bar

ming %!s(int64=3) %!d(string=hai) anos
pai
achega
daf6e68882
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):
     await websocket.accept()
     while True:
-        print('TEXT RECEIVED:'+websocket.receive_text)
+        #print('TEXT RECEIVED:'+websocket.receive_text)
         data = await websocket.receive_text()
         await websocket.send_text({data})