Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
0c01d29
1
Parent(s):
895763c
main.py
CHANGED
@@ -331,7 +331,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
331 |
]
|
332 |
previous_actions = []
|
333 |
for action in debug_actions[-8:]:
|
334 |
-
action = action.
|
335 |
x, y, action_type = parse_action_string(action)
|
336 |
previous_actions.append((action_type, (x, y)))
|
337 |
positions = [
|
|
|
331 |
]
|
332 |
previous_actions = []
|
333 |
for action in debug_actions[-8:]:
|
334 |
+
action = action.replace('1 1', '0 8')
|
335 |
x, y, action_type = parse_action_string(action)
|
336 |
previous_actions.append((action_type, (x, y)))
|
337 |
positions = [
|