added equip ok button check

This commit is contained in:
2022-05-21 10:49:08 +02:00
parent 5b4dfc0a05
commit 4f2d99f755
2 changed files with 7 additions and 5 deletions

View File

@@ -172,3 +172,6 @@ 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