From 75cc59f0175ad7a3b29c02d91cba63fccc3f280f Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Sat, 5 Jan 2019 17:56:12 +0100 Subject: [PATCH] Fix wait db script --- containers/backend/wait_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/backend/wait_db.py b/containers/backend/wait_db.py index c854ef8..d2a513e 100644 --- a/containers/backend/wait_db.py +++ b/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) \ No newline at end of file + time.sleep(1) \ No newline at end of file