added equip ok button check

This commit is contained in:
2022-05-21 11:20:37 +02:00
parent 4f2d99f755
commit 2267b0c736
2 changed files with 14 additions and 16 deletions

View File

@@ -172,6 +172,4 @@ def check_for_ok_button(cap_win, vis, conf):
pointis = vis.get_click_points(rectangles)
for pointi in pointis:
dig_point(pointi[0] + offset_left, pointi[1] + offset_down, 150)
return True
return False