projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9862732
)
Updated parameters for search_users
author
Aaron Hill
<aa1ronham@gmail.com>
Sun, 9 Mar 2014 16:57:35 +0000
(12:57 -0400)
committer
Aaron Hill
<aa1ronham@gmail.com>
Sun, 9 Mar 2014 16:57:35 +0000
(12:57 -0400)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index d14228513a1bdcb132acd2f29fc31f2de3e58d17..1d530790290e0e84ccc629d306f9537b3dba2bca 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-170,7
+170,7
@@
class API(object):
path = '/users/search.json',
payload_type = 'user', payload_list = True,
require_auth = True,
- allowed_param = ['q', '
per_page
', 'page']
+ allowed_param = ['q', '
count
', 'page']
)
""" users/suggestions/:slug """