projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9f98c
)
Fix API.remove_member() parser selection.
author
Joshua Roesslein
<jroesslein@gmail.com>
Sat, 12 Dec 2009 21:22:38 +0000
(15:22 -0600)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Sat, 12 Dec 2009 21:22:38 +0000
(15:22 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 52fc3b5d51110b859650e2833dbe6aa19a87c435..cb2f871c11f8b8e146e15b8988b47788ac1dcbe3 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-534,7
+534,7
@@
class API(object):
return bind_api(
path = '/%s/%s/members.json' % (self.auth.get_username(), slug),
method = 'DELETE',
- parser = parse_
user
,
+ parser = parse_
list
,
allowed_param = ['id'],
require_auth = True
)(self, *args, **kargs)