From 4c6725dddee6b1c2411306f203b1957bf768a34f Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 21 May 2025 01:19:15 +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, 2 deletions(-) diff --git a/DB.py b/DB.py index 2f8685b..58d556a 100644 --- a/DB.py +++ b/DB.py @@ -41,7 +41,6 @@ video_op = Table( Column("updatetime", Integer), Column("batch", BigInteger), Column("machine", Integer), - Column("is_repeat", Integer), ) video = Table( @@ -470,7 +469,6 @@ class DBSA: "sort": data["sort"], "u_xid": data["u_xid"], "u_id": data["u_id"], "u_pic": data["u_pic"], "u_name": data["u_name"], "status": 1, "createtime": now_ts, "updatetime": now_ts, - "is_repeat": data["is_repeat"], } need_flush = False