diff --git a/autodoist.py b/autodoist.py index 7c974c3..957fa9d 100644 --- a/autodoist.py +++ b/autodoist.py @@ -368,7 +368,7 @@ def initialise_api(args): sync_api = initialise_sync_api(api) # Save SYNC API token to enable partial syncs api.sync_token = sync_api['sync_token'] - + except Exception as e: logging.error( f"Could not connect to Todoist: '{e}'") diff --git a/setup.py b/setup.py index 084b741..860b26e 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ from setuptools import setup setup( name='autodoist', - version='1.5', + version='2.0', py_modules=['autodoist'], url='https://github.com/Hoffelhas/automation-todoist', license='MIT', author='Alexander Haselhoff', - author_email='alexander.haselhoff@outlook.com', + author_email='xela@live.nl', description='Added functionality for Todoist: 1) next-action labels, 2) sub-task regeneration, 3) postpone end of day, and 4) (un)header items simultaneously)', install_requires=[ 'todoist-python',