From d970f3734355d83f4ac72eba60a7dc9cd7e82b10 Mon Sep 17 00:00:00 2001 From: Pengu Date: Sat, 6 Sep 2025 17:45:45 -0500 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2a911fb..43c00e2 100644 --- a/app.py +++ b/app.py @@ -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,