mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-07 04:03:45 +08:00
🐛 移除图片尺寸的修改
This commit is contained in:
parent
efeaf49d0b
commit
f3219f10b7
@ -96,7 +96,6 @@ async def draw_enka_card(
|
||||
for index, char_data in enumerate(char_data_list):
|
||||
tasks.append(draw_enka_char(index, img, char_data))
|
||||
await asyncio.gather(*tasks)
|
||||
img = img.resize((500, 340))
|
||||
img = await convert_img(img)
|
||||
return img
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user