修复sql小问题
This commit is contained in:
@@ -158,7 +158,6 @@ class ImageManager:
|
||||
type="emoji",
|
||||
description=description,
|
||||
timestamp=current_timestamp,
|
||||
# base64=image_base64,
|
||||
)
|
||||
# logger.debug(f"保存表情包元数据: {file_path}")
|
||||
except Exception as e:
|
||||
@@ -230,7 +229,6 @@ class ImageManager:
|
||||
type="image",
|
||||
description=description,
|
||||
timestamp=current_timestamp,
|
||||
# base64=image_base64,
|
||||
)
|
||||
logger.debug(f"保存图片元数据: {file_path}")
|
||||
except Exception as e:
|
||||
@@ -410,7 +408,6 @@ class ImageManager:
|
||||
image_id=image_id,
|
||||
emoji_hash=image_hash,
|
||||
path=file_path,
|
||||
# base64=image_base64,
|
||||
type="image",
|
||||
timestamp=current_timestamp,
|
||||
vlm_processed=False,
|
||||
|
||||
Reference in New Issue
Block a user