Indents (-:
This commit is contained in:
parent
dee0ab294f
commit
a7192297df
@ -232,7 +232,6 @@ class Photo(object):
|
||||
_metadata.scene_capture_type_list = ["Standard", "Landscape", "Portrait", "Night scene"]
|
||||
_metadata.subject_distance_range_list = ["Unknown", "Macro", "Close view", "Distant view"]
|
||||
|
||||
def _thumbnail(self, image, thumb_path, original_path, size, square=False):
|
||||
def _thumbnail(self, original_path, thumb_path, size, square=False):
|
||||
try:
|
||||
image = Image.open(original_path)
|
||||
|
Loading…
Reference in New Issue
Block a user