Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
click further right on chat box
Browse files Browse the repository at this point in the history
  • Loading branch information
TimShaw1 committed Nov 3, 2023
1 parent e036631 commit d7d1bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chatGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def vote(color : str = "SKIP"):
pyautogui.click(x,y, duration=0.3)
time.sleep(0.5)

x = dimensions[0] + round(dimensions[2] / 3.44)
x = dimensions[0] + round(dimensions[2] / 3)
y = dimensions[1] + round(dimensions[3] / 1.28)

pyautogui.click(x,y, duration=0.3)
Expand Down
2 changes: 1 addition & 1 deletion last_area.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cafeteria
Office
2 changes: 1 addition & 1 deletion last_task.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Stabilize Steering in Navigation
nothing. No tasks completed yet

0 comments on commit d7d1bba

Please sign in to comment.