mirror of https://github.com/Hoffelhas/autodoist
Final preparations for v2.0
parent
1f8f6ab182
commit
a560a59857
|
@ -368,7 +368,7 @@ def initialise_api(args):
|
||||||
sync_api = initialise_sync_api(api)
|
sync_api = initialise_sync_api(api)
|
||||||
# Save SYNC API token to enable partial syncs
|
# Save SYNC API token to enable partial syncs
|
||||||
api.sync_token = sync_api['sync_token']
|
api.sync_token = sync_api['sync_token']
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error(
|
logging.error(
|
||||||
f"Could not connect to Todoist: '{e}'")
|
f"Could not connect to Todoist: '{e}'")
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -2,12 +2,12 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='autodoist',
|
name='autodoist',
|
||||||
version='1.5',
|
version='2.0',
|
||||||
py_modules=['autodoist'],
|
py_modules=['autodoist'],
|
||||||
url='https://github.com/Hoffelhas/automation-todoist',
|
url='https://github.com/Hoffelhas/automation-todoist',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Alexander Haselhoff',
|
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)',
|
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=[
|
install_requires=[
|
||||||
'todoist-python',
|
'todoist-python',
|
||||||
|
|
Loading…
Reference in New Issue