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'")