'instancemethod' object has no attribute '__getitem__'

Issue #1 new
drewp created an issue

I changed this: return requests.post(url, data=params).json into this: return requests.post(url, data=params).json() and it seems to work better. I'm using requests==1.1.0. It would be nice if pip install of python-astrid fetched the right requests dependency itself.

Comments (1)

  1. Dusty Phillips repo owner

    I have to admit I'm not maintaining this project anymore. I stopped using astrid's API when I realized it couldn't give me a complete list of completed tasks, only a recent history. I'm not sure how to do it on bitbucket, but I'd be happy to assign ownership of the project to you if you want it.

  2. Log in to comment