From 033652e1b77b6bc25fa463d045621a2dfc44cb3b Mon Sep 17 00:00:00 2001 From: miteruzo Date: Thu, 10 Oct 2024 02:46:13 +0900 Subject: [PATCH] =?UTF-8?q?=E5=87=A1=E3=83=9F=E3=82=B9=EF=BC=88=E3=82=88?= =?UTF-8?q?=E3=81=8F=E3=81=93=E3=82=8C=E3=81=A7=201=20=E5=9B=9E=E3=82=81?= =?UTF-8?q?=E9=80=9A=E3=81=A3=E3=81=9F=E3=81=AA=E2=80=A6=E2=80=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_db.py b/update_db.py index 1755c74..c3c32ea 100644 --- a/update_db.py +++ b/update_db.py @@ -663,7 +663,7 @@ class VideoTagDao: untagged_at = %%s WHERE video_id = %%s - AND tag_ids IN (%s)""" % ', '.join (['%s'] * len (tag_ids)), (now, video_id, *tag_ids))) + AND tag_id IN (%s)""" % ', '.join (['%s'] * len (tag_ids)), (now, video_id, *tag_ids))) def _create_dto_from_row ( self,