use logging in favour of print
This commit is contained in:
@@ -27,7 +27,7 @@ class Inkyimage:
|
||||
self.image = image
|
||||
|
||||
# give an OK message
|
||||
logger.info(f"{__name__} loaded")
|
||||
logger.debug(f"{__name__} loaded")
|
||||
|
||||
def load(self, path: str) -> None:
|
||||
"""loads an image from a URL or filepath.
|
||||
|
Reference in New Issue
Block a user