From 3fc18a25463ee9a09be1e71000f4e65bb222cc06 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sat, 12 Jul 2025 16:39:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20ts=5Fstatus=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB.py b/DB.py index f02776a..68f2e0d 100644 --- a/DB.py +++ b/DB.py @@ -885,7 +885,7 @@ class DBSA: stmt_op = mysql_insert(video_op).values(op_rows) ondup_op = stmt_op.on_duplicate_key_update( updatetime = stmt_op.inserted.updatetime, - ts_status = stmt_op.inserted.ts_status, + # ts_status = stmt_op.inserted.ts_status, is_repeat = stmt_op.inserted.is_repeat, ) cls._safe_execute(ondup_op, desc="video_op")