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
7472422b
Commit
7472422b
authored
Jun 21, 2014
by
Arudmin
Browse files
Update api.py
Add allowed params from API reference according to the documentation.
parent
54adc6b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/api.py
View file @
7472422b
...
...
@@ -622,7 +622,7 @@ class API(object):
path
=
'/account/update_profile_background_image.json'
,
method
=
'POST'
,
payload_type
=
'user'
,
allowed_param
=
[
'tile'
],
allowed_param
=
[
'tile'
,
'include_entities'
,
'skip_status'
,
'use'
],
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