Skip to content

Commit 8a0a896

Browse files
committed
🐛 fix(exploration): fix en lang serum-detection issue
1 parent 2fbdac1 commit 8a0a896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tasks/AutoExploration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def stop_func(self):
147147
return True
148148

149149
def find_serum(self):
150-
box = self.box_of_screen(0.022, 0.385, 0.032, 0.422, name="serum_icon", hcenter=True)
150+
box = self.box_of_screen(0.022, 0.385, 0.032, 0.456, name="serum_icon", hcenter=True)
151151
if self.width < 1920 and self.height < 1080:
152152
threshold = 0.7
153153
else:

0 commit comments

Comments
 (0)