ff
This commit is contained in:
@@ -240,7 +240,7 @@ class FileProperties():
|
||||
|
||||
crops[cropParam] = crops.get(cropParam, 0) + 1
|
||||
|
||||
cropHistogram = sorted(crops)
|
||||
cropHistogram = sorted(crops, reverse=True)
|
||||
|
||||
print(cropHistogram[0])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user