fix of types

This commit is contained in:
UnCLAS-Prommer
2025-09-17 15:49:29 +08:00
parent 246961aadf
commit 91e716a24c
7 changed files with 27 additions and 26 deletions

View File

@@ -222,6 +222,7 @@ class ImageManager:
img_obj.save()
except Images.DoesNotExist: # type: ignore
Images.create(
image_id=str(uuid.uuid4()),
emoji_hash=image_hash,
path=file_path,
type="emoji",