Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
1e27bfe
1
Parent(s):
7ef36c6
main.py
CHANGED
@@ -319,6 +319,16 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
319 |
'L + 1 1 9 7 : + 0 2 9 7', 'N + 1 1 9 7 : + 0 2 9 7',
|
320 |
'N + 1 1 9 7 : + 0 2 9 7'
|
321 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
previous_actions = []
|
323 |
for action in debug_actions[-8:]:
|
324 |
x, y, action_type = parse_action_string(action)
|
|
|
319 |
'L + 1 1 9 7 : + 0 2 9 7', 'N + 1 1 9 7 : + 0 2 9 7',
|
320 |
'N + 1 1 9 7 : + 0 2 9 7'
|
321 |
]
|
322 |
+
debug_actions = [
|
323 |
+
'N + 1 1 6 5 : + 0 4 4 3', 'N + 1 1 7 0 : + 0 4 1 8',
|
324 |
+
'N + 1 1 7 5 : + 0 3 9 4', 'N + 1 1 8 1 : + 0 3 7 0',
|
325 |
+
'N + 1 1 8 4 : + 0 3 5 8', 'N + 1 1 8 9 : + 0 3 3 3',
|
326 |
+
'N + 1 1 9 4 : + 0 3 0 9', 'N + 1 1 9 7 : + 0 2 9 7',
|
327 |
+
'N + 1 1 9 7 : + 0 2 9 7', 'N + 1 1 9 7 : + 0 2 9 7',
|
328 |
+
'N + 1 1 9 7 : + 0 2 9 7', 'N + 1 1 9 7 : + 0 2 9 7',
|
329 |
+
'N + 1 1 9 7 : + 0 2 9 7', 'N + 1 1 9 7 : + 0 2 9 7',
|
330 |
+
'N + 1 1 9 7 : + 0 2 9 7'
|
331 |
+
]
|
332 |
previous_actions = []
|
333 |
for action in debug_actions[-8:]:
|
334 |
x, y, action_type = parse_action_string(action)
|