瀏覽代碼

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…
取消
儲存