da03 commited on
Commit
b115af2
·
1 Parent(s): d20b0fd
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -246,9 +246,9 @@ async def websocket_endpoint(websocket: WebSocket):
246
  is_processing = False
247
  return
248
 
249
- if is_processing:
250
- print(f"[{current_time:.3f}] Already processing an input. Will check again later.")
251
- return
252
 
253
  # Set is_processing to True before proceeding
254
  is_processing = True
 
246
  is_processing = False
247
  return
248
 
249
+ #if is_processing:
250
+ # print(f"[{current_time:.3f}] Already processing an input. Will check again later.")
251
+ # return
252
 
253
  # Set is_processing to True before proceeding
254
  is_processing = True