Explorar el Código

Add missing increment.

master
rewby hace 9 meses
padre
commit
7ef0080143
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      main.py

+ 1
- 0
main.py Ver fichero

@@ -33,6 +33,7 @@ def retry_failures(fn, msg, *args, **kwargs):
except Exception:
logging.exception(msg)
delay = min(2 ** tries, 64)
tries = tries + 1
time.sleep(delay)




Cargando…
Cancelar
Guardar