Skip to content

Commit cd27c08

Browse files
author
elisemercury
committed
Update dif.py
1 parent 3fed6bb commit cd27c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

difPy/dif.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""
1313

1414
class dif:
15-
def __init__(directory, show_imgs=False, similarity="normal", px_size=50, delete=False):
15+
def compare_images(directory, show_imgs=False, similarity="normal", px_size=50, delete=False):
1616
"""
1717
directory (str)......folder path to search for duplicate/similar images
1818
show_imgs (bool).....False = omits the output and doesn't show found images

0 commit comments

Comments
 (0)