Merge "DB commit on close" into amd-staging
This commit is contained in:
@@ -233,6 +233,7 @@ class SQLiteDB:
|
||||
|
||||
# close DB
|
||||
def close(self):
|
||||
self.connection.commit()
|
||||
self.connection.close()
|
||||
|
||||
# access DB
|
||||
|
||||
Reference in New Issue
Block a user