Browse Source

Merge branch 'main' into feature/query

feature/query
みてるぞ 1 month ago
parent
commit
05182b251f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      update_db.py

+ 0
- 1
update_db.py View File

@@ -63,7 +63,6 @@ def update_tables (
and (tag.name.upper () not in map (str.upper, tag_names))):
video_tag.untagged_at = now
video_tag.save ()
tags: list[Tag] = []
for tag_name in tag_names:
tag = Tag.where ('name', tag_name).first ()
if tag is None:


Loading…
Cancel
Save