Update app.py

This commit is contained in:
2025-09-06 17:45:45 -05:00
parent 0ef8fe58d2
commit d970f37343

2
app.py
View File

@@ -121,7 +121,7 @@ def init_db():
)
""")
# Cleanup logs table (already exists in your build)
# Cleanup logs table
cur.execute("""
CREATE TABLE IF NOT EXISTS cleanup_logs (
id INT AUTO_INCREMENT PRIMARY KEY,