Create task

This commit is contained in:
2018-07-09 02:13:24 +02:00
parent f19965f1a1
commit a0cc2e1e02
3 changed files with 39 additions and 33 deletions

View File

@@ -55,6 +55,7 @@ def init():
db_is_new = not os.path.exists(db_path)
if not db_is_new:
print('Database already exist')
# TODO Permit to override
return
with sqlite3.connect(db_path) as conn: