fixed loop for double dig

added additional sort for equip
This commit is contained in:
2022-05-20 22:42:11 +02:00
parent 6f7e40b5da
commit 5b4dfc0a05
2 changed files with 20 additions and 1 deletions

View File

@@ -38,8 +38,11 @@ def run():
while runcounter != 0:
if double_dig and runcounter == 1:
dig_point(290, 100, 200)
level = 1
plot_size = 45
cv.waitKey(2000)
runcounter = runcounter - 1
while True:
if keyboard.is_pressed('p') == True:
pause = True