This commit is contained in:
aceisace 2022-04-14 06:29:11 +02:00
parent 3d90a75d81
commit 24dd8a12df

View File

@ -118,6 +118,9 @@ class Inkycal:
except FileNotFoundError:
raise SettingsFileNotFoundError
if not os.path.exists(image_folder):
os.mkdir(image_folder)
# Option to use epaper image optimisation, reduces colours
self.optimize = True