Add ability to storage images in the page
This commit is contained in:
parent
7548f33de4
commit
74a75eadcb
5 changed files with 331 additions and 5 deletions
|
|
@ -470,7 +470,7 @@ class DBManager:
|
|||
"""
|
||||
try:
|
||||
cur = self.conn.cursor()
|
||||
cur.execute(f"VACUUM")
|
||||
cur.execute("VACUUM")
|
||||
except Exception as e:
|
||||
print(f"Error: {e}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue