Add ability to storage images in the page

This commit is contained in:
Miguel Jacq 2025-11-04 15:57:41 +11:00
parent 7548f33de4
commit 74a75eadcb
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
5 changed files with 331 additions and 5 deletions

View file

@ -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}")