minor logging improvements

This commit is contained in:
Ace
2024-06-25 14:22:38 +02:00
parent 427c55ef63
commit 762538d4da
15 changed files with 27 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ class Inkyimage(inkycal_module):
# Remove background if present
im.remove_alpha()
# if autoflip was enabled, flip the image
# if auto-flip was enabled, flip the image
if self.autoflip:
im.autoflip(self.orientation)