diff --git a/inkycal/main.py b/inkycal/main.py index 78ccc84..2f785c3 100644 --- a/inkycal/main.py +++ b/inkycal/main.py @@ -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