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