implement clear-display script
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user