facelift & landing page
This commit is contained in:
parent
bfaf859973
commit
97976242cb
@ -8,7 +8,6 @@ from htmlwebshot import WebShot
|
|||||||
from inkycal.custom import *
|
from inkycal.custom import *
|
||||||
from inkycal.modules.inky_image import Inkyimage as Images, image_to_palette
|
from inkycal.modules.inky_image import Inkyimage as Images, image_to_palette
|
||||||
from inkycal.modules.template import inkycal_module
|
from inkycal.modules.template import inkycal_module
|
||||||
from tests import Config
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -80,7 +79,7 @@ class Webshot(inkycal_module):
|
|||||||
"""Generate image for this module"""
|
"""Generate image for this module"""
|
||||||
|
|
||||||
# Create tmp path
|
# Create tmp path
|
||||||
tmpFolder = Config.TEMP_PATH
|
tmpFolder = "temp"
|
||||||
|
|
||||||
if not os.path.exists(tmpFolder):
|
if not os.path.exists(tmpFolder):
|
||||||
print(f"Creating tmp directory {tmpFolder}")
|
print(f"Creating tmp directory {tmpFolder}")
|
||||||
|
Loading…
Reference in New Issue
Block a user