Fixed the for loop key and how to access the user name. #201
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#201
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-search_results.py"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The key used in the for array (['results']) doesn't exist. It had to be changed to ['statuses'].
Also the way example code tried to access the username was wrong. Changed it too.
Ill accept the example fix but in the dev branch there is already a fix for the search_gen function. It's actually an issue I forgot to close. Thanks for using the library and contributing though :) if Ryan can't get to it today I'll merge this in sometime tomorrow and add you to the contributors :)
Sent from my iPhone
On May 26, 2013, at 12:58 PM, rubenvarela notifications@github.com wrote:
Im sorry, I didn't see the dev branch.
I simply cloned the repo, tried the example, didn't work, created a branch, fixed it and decided to commit it. afterwards I continued working.
I'll check out the dev branch before any other commits. Thanks!