소스 검색

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)

불러오는 중...
취소
저장