From 18528febaee0cbea144b9e72d456953138576497 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Fri, 19 Jul 2024 20:57:02 +0800 Subject: [PATCH] fqfqef --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 03f9193..234fa2b 100644 --- a/app/main.py +++ b/app/main.py @@ -168,7 +168,7 @@ def generateqr(url="http://nomad.hackrobot.cn", group_image.save(combined_image_path) # 压缩图片 group_image.save(combined_image_path, "JPEG", - quality=10) # 85 是压缩质量,可根据需要调整 + quality=1) # 85 是压缩质量,可根据需要调整 # 删除二维码文件 os.remove(qr_image_path)