projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0cff22
)
Remove endpoint parameters for API.geo_search
author
Harmon
<Harmon758@gmail.com>
Fri, 19 Feb 2021 15:48:31 +0000
(09:48 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 19 Feb 2021 15:48:31 +0000
(09:48 -0600)
Remove accuracy and contained_within endpoint parameters for API.geo_search
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 043da6d9eb82dca18e260c5f464eaeb50feffb3d..bbbfae3d7518820679fa352386be799247f332d4 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1191,8
+1191,7
@@
class API:
"""
return self.request(
'GET', 'geo/search', *args, endpoint_parameters=(
- 'lat', 'long', 'query', 'ip', 'granularity', 'accuracy',
- 'max_results', 'contained_within'
+ 'lat', 'long', 'query', 'ip', 'granularity', 'max_results'
), **kwargs
)