修改了,

This commit is contained in:
季落 2023-09-24 13:44:17 +08:00 committed by qwerdvd
parent 385668969b
commit 770c85fbf1

View File

@ -155,7 +155,7 @@ def get_error(img: Image.Image, uid: str, daily_data: int):
error_text = get_error_msg(daily_data) error_text = get_error_msg(daily_data)
img_draw.text( img_draw.text(
(350, 650), (350, 650),
f'{error_text} 错误码{daily_data}', f'{error_text} ,错误码{daily_data}',
font=sr_font_26, font=sr_font_26,
fill=red_color, fill=red_color,
anchor='mm', anchor='mm',