2 コミット

作成者 SHA1 メッセージ 日付
みてるぞ 05182b251f Merge branch 'main' into feature/query 2024-10-14 18:23:39 +09:00
みてるぞ 5eb3fb6037 外されたタグを再登録できてなぃバグ修正 2024-10-14 18:16:56 +09:00
-1
ファイルの表示
@@ -63,7 +63,6 @@ def update_tables (
and (tag.name.upper () not in map (str.upper, tag_names))): and (tag.name.upper () not in map (str.upper, tag_names))):
video_tag.untagged_at = now video_tag.untagged_at = now
video_tag.save () video_tag.save ()
tags: list[Tag] = []
for tag_name in tag_names: for tag_name in tag_names:
tag = Tag.where ('name', tag_name).first () tag = Tag.where ('name', tag_name).first ()
if tag is None: if tag is None: