This commit is contained in:
mac12m99
2021-02-17 20:56:17 +01:00
parent 8068aa42ef
commit f49ed10102
4 changed files with 11 additions and 6 deletions
+1
View File
@@ -27,6 +27,7 @@ class nested_dict_sqlite(defaultdict):
def close(self):
for key in self.keys():
self[key].close()
self.clear()
db_name = filetools.join(config.get_data_path(), "db.sqlite")