yuntian-deng commited on
Commit
28205c5
·
1 Parent(s): f1ee247

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -200,7 +200,7 @@ async def websocket_endpoint(websocket: WebSocket):
200
  #mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
201
 
202
  #previous_actions.append((action_type, mouse_position))
203
- previous_actions = [(action_type, mouse_position))]
204
 
205
  # Log the start time
206
  start_time = time.time()
 
200
  #mouse_position = '+ 0 8 1 5 : + 0 3 3 5'
201
 
202
  #previous_actions.append((action_type, mouse_position))
203
+ previous_actions = [(action_type, mouse_position)]
204
 
205
  # Log the start time
206
  start_time = time.time()