表情包修复

This commit is contained in:
Bakadax
2025-05-02 20:38:34 +08:00
parent 021ac90ead
commit acbf5c974b

View File

@@ -290,7 +290,6 @@ def _to_emoji_objects(data):
logger.error(f"[加载错误] 处理数据库记录时出错 ({full_path}): {str(e)}") logger.error(f"[加载错误] 处理数据库记录时出错 ({full_path}): {str(e)}")
load_errors += 1 load_errors += 1
return emoji_objects, load_errors return emoji_objects, load_errors
return emoji_objects, load_errors
def _ensure_emoji_dir(): def _ensure_emoji_dir():