From d8c0270db2edb127c7d3de6bf392fca53f679743 Mon Sep 17 00:00:00 2001 From: fanpt <320622572@qq.com> Date: Thu, 7 Aug 2025 10:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=AE=E6=94=B9=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 3e93bac..94a27b3 100644 --- a/app.py +++ b/app.py @@ -95,7 +95,7 @@ def set_enable_status(db_path): try: # 把 enable_status 对应的 value 字段改为 '1' conn.execute( - "UPDATE live_config SET value = '1' WHERE key = 'enable_status';" + "UPDATE live_config SET value = '1' WHERE key = 'livetlking_enable_status';" ) conn.commit() print("enable_status 对应的 value 字段改为 '1'")