Add ticktick auth

This commit is contained in:
2024-08-15 16:50:56 +02:00
parent 57c9111e05
commit 06f7d50418
5 changed files with 55 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ DOT_ENV_PATH.touch(mode=0o600, exist_ok=True)
class Config:
env_dict: ClassVar[OrderedDict[str, str]] = {}
dot_env_path = DOT_ENV_PATH
VERSION = "1.5"
VERSION = "1.6"
@staticmethod
def init(dotenv_path: str = DOT_ENV_PATH) -> None: