Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
77f4f75
1
Parent(s):
e4a45f5
main.py
CHANGED
@@ -450,7 +450,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
450 |
action_type = 'left_click'
|
451 |
else:
|
452 |
print ('not setting left click')
|
453 |
-
action_type = '
|
454 |
print ('setting normal move')
|
455 |
|
456 |
|
|
|
450 |
action_type = 'left_click'
|
451 |
else:
|
452 |
print ('not setting left click')
|
453 |
+
action_type = 'move'
|
454 |
print ('setting normal move')
|
455 |
|
456 |
|