Update app.py
This commit is contained in:
2
app.py
2
app.py
@@ -121,7 +121,7 @@ def init_db():
|
|||||||
)
|
)
|
||||||
""")
|
""")
|
||||||
|
|
||||||
# Cleanup logs table (already exists in your build)
|
# Cleanup logs table
|
||||||
cur.execute("""
|
cur.execute("""
|
||||||
CREATE TABLE IF NOT EXISTS cleanup_logs (
|
CREATE TABLE IF NOT EXISTS cleanup_logs (
|
||||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
|||||||
Reference in New Issue
Block a user