use logging in favour of print
This commit is contained in:
@@ -143,7 +143,7 @@ class Weather(inkycal_module):
|
||||
self.tempDispUnit = "°"
|
||||
|
||||
# give an OK message
|
||||
print(f"{__name__} loaded")
|
||||
logger.debug(f"{__name__} loaded")
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user