Memory Reset (#2558)

This commit is contained in:
Dev Khant
2025-04-16 16:36:45 +05:30
committed by GitHub
parent 3613e2f14a
commit b8e4d0980a
3 changed files with 36 additions and 25 deletions

View File

@@ -142,9 +142,3 @@ class SQLiteManager:
}
for row in rows
]
def reset(self):
with self._lock:
with self.connection:
self.connection.execute("DROP TABLE IF EXISTS history")
self._create_history_table()