Compare commits

...

2 Commits

Author SHA1 Message Date
anonymousUI
79a1439080 Merge cf4299426a into 51435f1718 2026-04-05 01:17:08 +00:00
anonymousUI
cf4299426a fix always_first_tags 2025-01-05 12:33:31 +09:00

View File

@@ -486,7 +486,7 @@ def main(args):
for tag in always_first_tags:
if tag in combined_tags:
combined_tags.remove(tag)
combined_tags.insert(0, tag)
combined_tags.insert(0, tag)
# 先頭のカンマを取る
if len(general_tag_text) > 0: