This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Fix wait db script
pull/372/head
Guillaume Vincent
5 years ago
parent
4222a40af0
commit
75cc59f017
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
timeout -= 1
print('wait for db to start... (%s sec remaining)' % timeout)
time.sleep(1)
time.sleep(1)
Write
Preview
Loading…
Cancel
Save