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

+ 1
- 0
main.py Ver fichero

@@ -34,6 +34,7 @@ def retry_failures(fn, msg, *args, **kwargs):
logging.exception(msg)
delay = min(2 ** tries, 64)
tries = tries + 1
logging.info(f"Sleeping {delay} seconds...")
time.sleep(delay)




Cargando…
Cancelar
Guardar