Merge "DB commit on close" into amd-staging

This commit is contained in:
Evgeny Shcherbakov
2020-09-11 09:41:03 -04:00
committed by Gerrit Code Review
+1
View File
@@ -233,6 +233,7 @@ class SQLiteDB:
# close DB
def close(self):
self.connection.commit()
self.connection.close()
# access DB