Skip to content

Commit fd8f6e6

Browse files
committed
fixed compute
1 parent a71cf63 commit fd8f6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

satdigitalinvoice/facturacion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def generate_invoice(self, invoice):
247247
attempts = 3
248248
try:
249249
for i in self.progress_iterate(
250-
title, range(attempts), lambda r: f'Intentando de nuevo... Intento {r + 1} de {attempts}', skip_first=True, delay=2000
250+
title, range(attempts), lambda r: f'Intentando de nuevo... Intento {r + 1} de {attempts}', skip_first=True, delay=3000
251251
):
252252
try:
253253
res = self.get_pac_service(invoice['Emisor']['Rfc']).stamp(

0 commit comments

Comments
 (0)