Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
There was an error while loading. Please reload this page.
Expected behavior
python -c "from todoist import TodoistAPI; api = TodoistAPI(); api.sync()"outputs a warning indicating no token has been set.
Actual behavior
Fails silently;
api.stateis empty.