Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
e468987
1
Parent(s):
292dd30
main.py
CHANGED
@@ -364,7 +364,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
364 |
#mouse_position = position.split('~')
|
365 |
#mouse_position = [int(item) for item in mouse_position]
|
366 |
#mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
|
367 |
-
if
|
368 |
position = positions[0]
|
369 |
positions = positions[1:]
|
370 |
x, y, action_type = parse_action_string(position)
|
|
|
364 |
#mouse_position = position.split('~')
|
365 |
#mouse_position = [int(item) for item in mouse_position]
|
366 |
#mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
|
367 |
+
if False and DEBUG_TEACHER_FORCING:
|
368 |
position = positions[0]
|
369 |
positions = positions[1:]
|
370 |
x, y, action_type = parse_action_string(position)
|