Sfoglia il codice sorgente

Fix wait db script

pull/372/head
Guillaume Vincent 5 anni fa
parent
commit
75cc59f017
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      containers/backend/wait_db.py

+ 1
- 1
containers/backend/wait_db.py Vedi File

@@ -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)

Caricamento…
Annulla
Salva