Преглед изворни кода

Fix wait db script

pull/372/head
Guillaume Vincent пре 5 година
родитељ
комит
75cc59f017
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      containers/backend/wait_db.py

+ 1
- 1
containers/backend/wait_db.py Прегледај датотеку

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

Loading…
Откажи
Сачувај