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
Looking at the code, it appears that the find_and_headerify_all_children function returns '0', instead of the api object, meaning we loose our connection to the Todoist API.
Updating the linked line to return api should fix the issue.
When autodoist attempts to commit changes to Todoist, it fails with the error
Looking at the code, it appears that the find_and_headerify_all_children function returns '0', instead of the api object, meaning we loose our connection to the Todoist API.
Updating the linked line to
return api
should fix the issue.autodoist/autodoist.py
Line 969 in 335cb3a
The text was updated successfully, but these errors were encountered: