Fixed broken params kwargs which was breaking updateStatusWithMedia #101
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#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-updatestatuswithmedia-params"
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?
_media_update to be consistent with that.
_media_update changes.
Symptom of the problem is that updateStatusWithMedia was throwing:
will also break for any other keyword argument as written.
With these rather small changes changes, all the media uploading calls should now work(most importantly the status updates).
Good catch! Danke! 👍
@ryanmcgrath any update on this getting included in a bug-fix release? I'd love to not have to use my patched copy/
Merged, will push a point release shortly. Thanks!
Awesome, thanks Ryan!
Always a pleasure when I see patches, it's just easy for them to get lost in the flow of everything. Thanks for keeping me honest!