persistent db for docker

This commit is contained in:
2019-11-10 19:07:26 +02:00
parent 1a107fdd50
commit 5664128d20
4 changed files with 20 additions and 15 deletions

View File

@@ -181,7 +181,7 @@ class DataBase:
os.kill(parent, 9)
except OSError:
pass
sys.exit(1)
sys.exit(0)
def check_die(self):