Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
78ebb4aa
Commit
78ebb4aa
authored
Aug 05, 2014
by
Yannick Dacheville
Browse files
added allowed_param to update_profile_image
parent
31fb7eb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/api.py
View file @
78ebb4aa
...
...
@@ -610,6 +610,7 @@ class API(object):
path
=
'/account/update_profile_image.json'
,
method
=
'POST'
,
payload_type
=
'user'
,
allowed_param
=
[
'include_entities'
,
'skip_status'
],
require_auth
=
True
)(
self
,
post_data
=
post_data
,
headers
=
headers
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment