Merge branch 'main' into fullscreen_weather_module

This commit is contained in:
mrbwburns
2024-01-20 15:44:17 +01:00
committed by GitHub
9 changed files with 202 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ class Inkyimage:
# give an OK message
logger.info(f'{__name__} loaded')
def load(self, path):
def load(self, path:str) -> None:
"""loads an image from a URL or filepath.
Args: