DB commit on close

Change-Id: I223f4237ba814f69b75c026be7ea9ace95a3d5ae
Cette révision appartient à :
Evgeny
2020-08-26 01:18:49 -05:00
Parent 5511a969e7
révision be69ebd33d
+1
Voir le fichier
@@ -233,6 +233,7 @@ class SQLiteDB:
# close DB
def close(self):
self.connection.commit()
self.connection.close()
# access DB