Spaces:
Runtime error
Runtime error
Commit
·
fbcc407
1
Parent(s):
eb28a53
Update main.py
Browse files
main.py
CHANGED
@@ -153,7 +153,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
153 |
previous_actions = []
|
154 |
positions = ['496~61', '815~335', '815~335', '815~335', '787~342', '749~345', '749~345', '703~346', '703~346', '654~347', '604~349', '604~349', '555~353', '509~357', '509~357']
|
155 |
positions = ['815~335', '787~342', '787~342', '749~345', '703~346', '703~346', '654~347', '654~347', '604~349', '555~353', '555~353', '509~357', '509~357', '468~362', '431~368', '431~368']
|
156 |
-
positions = positions[:
|
157 |
try:
|
158 |
while True:
|
159 |
try:
|
|
|
153 |
previous_actions = []
|
154 |
positions = ['496~61', '815~335', '815~335', '815~335', '787~342', '749~345', '749~345', '703~346', '703~346', '654~347', '604~349', '604~349', '555~353', '509~357', '509~357']
|
155 |
positions = ['815~335', '787~342', '787~342', '749~345', '703~346', '703~346', '654~347', '654~347', '604~349', '555~353', '555~353', '509~357', '509~357', '468~362', '431~368', '431~368']
|
156 |
+
positions = positions[:7]
|
157 |
try:
|
158 |
while True:
|
159 |
try:
|