From 29858133ccf123bc21999907661658642b8da4cc Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Fri, 21 Jun 2024 10:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=AC=E5=9C=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.py b/test.py index 98ad7de..1853f28 100644 --- a/test.py +++ b/test.py @@ -2,6 +2,5 @@ from photo_review.photo_review import open_image_from_url from ucloud import ucloud if __name__ == '__main__': - pic_path = ucloud.get_private_url("PH20240529000194_1_075936_1.PNG") - image = open_image_from_url(pic_path) + image = open_image_from_url("./PH20240529000194_1_075936_1.png") image.save("test.png")