Skip to content

Commit 111afe0

Browse files
committed
πŸ› fix(commissions): θ°ƒζ•΄ε₯–εŠ±ζ‹–εŠ¨εŒΊεŸŸεζ ‡
1 parent fadc7a6 commit 111afe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

β€Žsrc/tasks/CommissionsTask.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def open_in_mission_menu(self, time_out=20, raise_if_not_found=True):
113113

114114
def start_mission(self, timeout=0):
115115
action_timeout = self.action_timeout if timeout == 0 else timeout
116-
box = self.box_of_screen_scaled(2560, 1440, 60, 1029, 1582, 1332, name="reward_drag_area", hcenter=True)
116+
box = self.box_of_screen_scaled(2560, 1440, 60, 1029, 2056, 1332, name="reward_drag_area", hcenter=True)
117117
start_time = time.time()
118118
while time.time() - start_time < action_timeout:
119119
if btn := self.find_retry_btn() or self.find_bottom_start_btn() or self.find_big_bottom_start_btn():

0 commit comments

Comments
Β (0)