pull/568/head
Maple127667 2025-03-24 23:29:13 +08:00
parent 927f48ef12
commit a5b02dcc15
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ def on_select(evt: gr.SelectData, *tag_values):
if new_index is None: if new_index is None:
emoji_show = None emoji_show = None
targets = [] targets = []
for current_value in zip(tag_values, tags.keys()): for current_value, tag in zip(tag_values, tags.keys()): # noqa: B007
if current_value: if current_value:
neglect_update += 1 neglect_update += 1
targets.append(False) targets.append(False)