da03 commited on
Commit
0c01d29
·
1 Parent(s): 895763c
Files changed (1) hide show
  1. main.py +1 -1
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.replae('1 1', '0 8')
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 = [