Skip to content

Commit c104012

Browse files
committed
乌鸦 代码修正
1 parent a8b71fd commit c104012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wuya/imgmodify/imgmodify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def modify_image(img_path, target_dir):
2222

2323
for item in files:
2424
img_path = os.path.join(root,item)
25-
process_image(img_path, "./target/")
25+
modify_image(img_path, "./target/")

0 commit comments

Comments
 (0)