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
4af1c72d
Commit
4af1c72d
authored
Jan 29, 2013
by
Joshua Roesslein
Browse files
Fix destroy_status
parent
2ee71942
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/api.py
View file @
4af1c72d
...
...
@@ -105,8 +105,8 @@ class API(object):
""" statuses/destroy """
destroy_status
=
bind_api
(
path
=
'/statuses/destroy.json'
,
method
=
'
DELETE
'
,
path
=
'/statuses/destroy
/{id}
.json'
,
method
=
'
POST
'
,
payload_type
=
'status'
,
allowed_param
=
[
'id'
],
require_auth
=
True
...
...
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