From 71505b4de1b4c5174a279c9a9077ef48bd37f29e Mon Sep 17 00:00:00 2001 From: Kami Date: Tue, 11 Feb 2025 10:56:11 +0100 Subject: [PATCH] *ignore, just wanted to try out a crappy new logo for Discord push events* --- modules/db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/db.py b/modules/db.py index b7783c4..fb41118 100644 --- a/modules/db.py +++ b/modules/db.py @@ -977,6 +977,7 @@ def ensure_link_codes_table(db_conn): WHERE table_name = 'link_codes' AND table_schema = DATABASE() """ + rows = run_db_operation(db_conn, "read", check_sql) if rows and rows[0]: globals.log("Table 'link_codes' already exists, skipping creation.", "DEBUG")