da03 commited on
Commit
77f4f75
·
1 Parent(s): e4a45f5
Files changed (1) hide show
  1. main.py +1 -1
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 = 'N'
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