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,