test pisugar support

This commit is contained in:
Ace
2024-06-23 20:13:58 +02:00
parent 610f246c02
commit 309c6ca5bc
5 changed files with 88 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ from inkycal.custom import *
# PIL has a class named Image, use alias for Inkyimage -> Images
from inkycal.modules.inky_image import Inkyimage as Images, image_to_palette
from inkycal.modules.template import inkycal_module
from inkycal.utils.json_cache import JSONCache
from inkycal.utils import JSONCache
logger = logging.getLogger(__name__)