Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
9c2b533
1
Parent(s):
0c01d29
- main.py +1 -1
- record_100/image_20.png +3 -0
- record_100/image_200.png +3 -0
- record_100/image_201.png +3 -0
- record_100/image_202.png +3 -0
- record_100/image_203.png +3 -0
- record_100/image_204.png +3 -0
- record_100/image_205.png +3 -0
- record_100/image_206.png +3 -0
- record_100/image_207.png +3 -0
- record_100/image_208.png +3 -0
- record_100/image_209.png +3 -0
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.replace('1 1', '0
|
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 4')
|
335 |
x, y, action_type = parse_action_string(action)
|
336 |
previous_actions.append((action_type, (x, y)))
|
337 |
positions = [
|
record_100/image_20.png
ADDED
![]() |
Git LFS Details
|
record_100/image_200.png
ADDED
![]() |
Git LFS Details
|
record_100/image_201.png
ADDED
![]() |
Git LFS Details
|
record_100/image_202.png
ADDED
![]() |
Git LFS Details
|
record_100/image_203.png
ADDED
![]() |
Git LFS Details
|
record_100/image_204.png
ADDED
![]() |
Git LFS Details
|
record_100/image_205.png
ADDED
![]() |
Git LFS Details
|
record_100/image_206.png
ADDED
![]() |
Git LFS Details
|
record_100/image_207.png
ADDED
![]() |
Git LFS Details
|
record_100/image_208.png
ADDED
![]() |
Git LFS Details
|
record_100/image_209.png
ADDED
![]() |
Git LFS Details
|