diff --git a/chatGPT.py b/chatGPT.py index dbe8c96..cc2acba 100644 --- a/chatGPT.py +++ b/chatGPT.py @@ -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) diff --git a/last_area.txt b/last_area.txt index 6efe0c5..390bc12 100644 --- a/last_area.txt +++ b/last_area.txt @@ -1 +1 @@ -Cafeteria \ No newline at end of file +Office \ No newline at end of file diff --git a/last_task.txt b/last_task.txt index 0f3a114..51ce227 100644 --- a/last_task.txt +++ b/last_task.txt @@ -1 +1 @@ -Stabilize Steering in Navigation \ No newline at end of file +nothing. No tasks completed yet \ No newline at end of file