Explorar el Código

Fix wait db script

pull/372/head
Guillaume Vincent hace 5 años
padre
commit
75cc59f017
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      containers/backend/wait_db.py

+ 1
- 1
containers/backend/wait_db.py Ver fichero

@@ -16,4 +16,4 @@ while timeout != 0:
except socket.error as ex:
timeout -= 1
print('wait for db to start... (%s sec remaining)' % timeout)
time.sleep(1)
time.sleep(1)

Cargando…
Cancelar
Guardar