timing changes

This commit is contained in:
Thaloria@web.de
2023-04-30 20:31:41 +02:00
parent 7af6f0c7ed
commit 56cf726d4f
2 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ class Sodoku(GameBase):
return
def deploy_finding_to_game(self, e, i, color):
cv.waitKey(random.randint(4000, 6500))
cv.waitKey(random.randint(3500, 5500))
click_pt = self.get_click_point(self.data_coordinates[e, i])
self.dig_point(click_pt[0] + self.offset_left, click_pt[1] + self.offset_down, 500)