This commit is contained in:
2025-02-02 12:20:25 +01:00
parent bf882b741f
commit ec4bce473c

View File

@@ -240,7 +240,7 @@ class FileProperties():
crops[cropParam] = crops.get(cropParam, 0) + 1
cropHistogram = sorted(crops)
cropHistogram = sorted(crops, reverse=True)
print(cropHistogram[0])