From 9a30c2f86d40b273035d7077bcecc9f341eee903 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 21 May 2025 01:20:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=20turtledemo.penrose=20=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E6=95=B4=E6=B4=81?= =?UTF-8?q?=E6=80=A7?= 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 58d556a..685b211 100644 --- a/DB.py +++ b/DB.py @@ -35,7 +35,7 @@ video_op = Table( Column("keyword", String(255)), Column("rn", String(8)), Column("history_status", String(32)), - Column("is_repeat", Integer), + # Column("is_repeat", Integer), Column("sort", Integer), Column("createtime", Integer), Column("updatetime", Integer),