Update fetch.py

debug_branch
EnsignMK 2023-08-19 22:50:55 +02:00 committed by GitHub
parent df86703636
commit abbcabebd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ def fetchTags(ch, art_box, char_box):
format_tags = ""
if art_box:
format_tags += artist
format_tags+=artist
if char_box:
format_tags += char
format_tags+=char
format_tags += general_tags