We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b71fd commit c104012Copy full SHA for c104012
wuya/imgmodify/imgmodify.py
@@ -22,4 +22,4 @@ def modify_image(img_path, target_dir):
22
23
for item in files:
24
img_path = os.path.join(root,item)
25
- process_image(img_path, "./target/")
+ modify_image(img_path, "./target/")
0 commit comments