Browse Source

Fix wait db script

pull/372/head
Guillaume Vincent 5 years ago
parent
commit
75cc59f017
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      containers/backend/wait_db.py

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

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

Loading…
Cancel
Save