use logging in favour of print

This commit is contained in:
Ace
2024-06-25 14:27:54 +02:00
parent 762538d4da
commit d365090c3b
17 changed files with 18 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ class Todoist(inkycal_module):
self._api = TodoistAPI(config['api_key'])
# give an OK message
print(f'{__name__} loaded')
logger.debug(f'{__name__} loaded')
def _validate(self):
"""Validate module-specific parameters"""