hotfix
This commit is contained in:
parent
a4280236ba
commit
a6d51a314b
4
main.py
4
main.py
@ -85,14 +85,14 @@ def image_recognition():
|
|||||||
WIN += 1
|
WIN += 1
|
||||||
else:
|
else:
|
||||||
LOSE += 1
|
LOSE += 1
|
||||||
print(WIN, LOSE)
|
print(f'poprawne zamówienia: {WIN}, błędne: {LOSE}')
|
||||||
break
|
break
|
||||||
temp = [waiter.order_list[-1][0], waiter.order_list[-1][1]]
|
temp = [waiter.order_list[-1][0], waiter.order_list[-1][1]]
|
||||||
|
|
||||||
waiter.order_list.pop()
|
waiter.order_list.pop()
|
||||||
t1 = time.clock() - t0
|
t1 = time.clock() - t0
|
||||||
print("Time elapsed: ", round(t1, 2))
|
print("Time elapsed: ", round(t1, 2))
|
||||||
if t1 < 10:
|
if t1 < 5:
|
||||||
time.sleep(5-t1)
|
time.sleep(5-t1)
|
||||||
|
|
||||||
return [photo[0], photo[1], temp[0], temp[1]]
|
return [photo[0], photo[1], temp[0], temp[1]]
|
||||||
|
Loading…
Reference in New Issue
Block a user