minor fix

This commit is contained in:
Wilson Gomez 2023-03-17 11:04:34 -05:00
parent 85cd66c923
commit 4f2b2e6cca
1 changed files with 2 additions and 2 deletions

View File

@ -198,9 +198,9 @@ class Sale(metaclass=PoolMeta):
def get_response_pay_from_card(cls, args):
response_process_pay = None
terminal = args['terminal']
for t in range(1, 15):
for t in range(1, 17):
if t == 1:
sleep(40)
sleep(20)
response = get_response_pay(terminal)
else:
sleep(10)