fix: 小修

This commit is contained in:
tcmofashi
2025-03-11 16:32:35 +08:00
parent 1c9b0ccbe3
commit 5760412382
2 changed files with 2 additions and 7 deletions

View File

@@ -345,7 +345,7 @@ class ImageManager:
logger.error(f"保存图片文件失败: {str(e)}")
# 保存描述到数据库
await self._save_description_to_db(image_hash, description, 'image')
self._save_description_to_db(image_hash, description, 'image')
return f"[图片:{description}]"
except Exception as e: