facelift & landing page

This commit is contained in:
Ace 2024-07-23 01:33:28 +02:00
parent bfaf859973
commit 97976242cb

View File

@ -8,7 +8,6 @@ from htmlwebshot import WebShot
from inkycal.custom import *
from inkycal.modules.inky_image import Inkyimage as Images, image_to_palette
from inkycal.modules.template import inkycal_module
from tests import Config
logger = logging.getLogger(__name__)
@ -80,7 +79,7 @@ class Webshot(inkycal_module):
"""Generate image for this module"""
# Create tmp path
tmpFolder = Config.TEMP_PATH
tmpFolder = "temp"
if not os.path.exists(tmpFolder):
print(f"Creating tmp directory {tmpFolder}")