bump requirements

fix some minor issues
code cleanup
This commit is contained in:
aceisace
2023-01-10 22:58:01 +01:00
parent 86fa5d51da
commit 24ae6df27e
7 changed files with 96 additions and 95 deletions

View File

@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
class Todoist(inkycal_module):
"""Todoist api class
parses todo's from api-key
parses todos from the todoist api.
"""
name = "Todoist API - show your todos from todoist"