From 50e9a1a9d94c1ad1d36f49e793b7d3944005a7a7 Mon Sep 17 00:00:00 2001 From: RedDeadDepresso <94017243+RedDeadDepresso@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:27:08 +0000 Subject: [PATCH] fix: lesson --- tasks/schedule/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/schedule/ui.py b/tasks/schedule/ui.py index 81c8f70..d895d34 100644 --- a/tasks/schedule/ui.py +++ b/tasks/schedule/ui.py @@ -8,7 +8,7 @@ from tasks.schedule.scroll_select import ScrollSelect import numpy as np -SCROLL_SELECT = ScrollSelect(window_button=SCROLL, first_item_button=FIRST_ITEM, expected_button=LOCATIONS, clickx=1114) +SCROLL_SELECT = ScrollSelect(window_button=SCROLL, first_item_button=FIRST_ITEM, expected_button=LOCATIONS, clickx=1116) xs = np.linspace(299, 995, 3, dtype=int) ys = np.linspace(268, 573, 3, dtype=int)