Merge "DB commit on close" into amd-staging

Этот коммит содержится в:
Evgeny Shcherbakov
2020-09-11 09:41:03 -04:00
коммит произвёл Gerrit Code Review
родитель ae7e661b5d be69ebd33d
Коммит a3fafe585d
+1
Просмотреть файл
@@ -233,6 +233,7 @@ class SQLiteDB:
# close DB
def close(self):
self.connection.commit()
self.connection.close()
# access DB