Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
054642a
1
Parent(s):
a32688d
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
|
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)
|