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")