da03 commited on
Commit
054642a
·
1 Parent(s): a32688d
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -403,7 +403,7 @@ async def websocket_endpoint(websocket: WebSocket):
403
  #mouse_position = position.split('~')
404
  #mouse_position = [int(item) for item in mouse_position]
405
  #mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
406
- if True and DEBUG_TEACHER_FORCING:
407
  position = positions[0]
408
  positions = positions[1:]
409
  x, y, action_type = parse_action_string(position)
 
403
  #mouse_position = position.split('~')
404
  #mouse_position = [int(item) for item in mouse_position]
405
  #mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
406
+ if False and DEBUG_TEACHER_FORCING:
407
  position = positions[0]
408
  positions = positions[1:]
409
  x, y, action_type = parse_action_string(position)