Memory Reset (#2558)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user