@@ -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:
The note is not visible to the blocked user.