Spaces:
Runtime error
Runtime error
Commit
·
f638c1a
1
Parent(s):
da25b0f
Update main.py
Browse files
main.py
CHANGED
@@ -340,7 +340,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
340 |
#mouse_position = position.split('~')
|
341 |
#mouse_position = [int(item) for item in mouse_position]
|
342 |
#mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
|
343 |
-
if DEBUG_TEACHER_FORCING:
|
344 |
position = positions[0]
|
345 |
positions = positions[1:]
|
346 |
x, y, action_type = parse_action_string(position)
|
|
|
340 |
#mouse_position = position.split('~')
|
341 |
#mouse_position = [int(item) for item in mouse_position]
|
342 |
#mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
|
343 |
+
if False and DEBUG_TEACHER_FORCING:
|
344 |
position = positions[0]
|
345 |
positions = positions[1:]
|
346 |
x, y, action_type = parse_action_string(position)
|