From faf3b44745764ca14f6af5af6f8f156ccf220071 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Thu, 10 Oct 2024 12:21:57 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8B=AC=E5=BC=A7=E3=81=AE=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=E3=81=8C=E3=82=92=E3=81=8B=E3=81=97=E3=81=8B=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3=EF=BC=88=E3=82=B3=E3=83=9F?= =?UTF-8?q?=E3=83=83=E3=83=88=E5=89=8D=E3=81=AB=20MyPy=20=E3=83=81?= =?UTF-8?q?=E3=82=A7=E3=83=83=E3=82=AF=E3=81=97=E3=81=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 ef08aa2..43cd496 100644 --- a/update_db.py +++ b/update_db.py @@ -661,7 +661,7 @@ class VideoTagDao: untagged_at = %%s WHERE video_id = %%s - AND tag_id 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,