You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
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.