Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-08-23 11:11:11 +03:00
68 changed files with 1545 additions and 482 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Main(App):
file_idx += 1
except Exception as e:
self.logger.error(e)
break
return 3
widths = set(img.width for img in images)
heights = set(img.height for img in images)