update
This commit is contained in:
@@ -2092,7 +2092,7 @@ def expand_tag_lists(tags_set: Set[str]) -> Set[str]:
|
||||
return tags_set
|
||||
|
||||
try:
|
||||
with open(adjective_path, "r") as f:
|
||||
with open(adjective_path, "r", encoding="utf-8") as f:
|
||||
adjective_lists = json.load(f)
|
||||
except Exception as e:
|
||||
debug(f"Error loading adjective.json: {e}")
|
||||
|
||||
Reference in New Issue
Block a user