projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab1519
)
Optimize API.statuses_lookup
author
Harmon
<Harmon758@gmail.com>
Mon, 2 Sep 2019 04:45:06 +0000
(23:45 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 2 Sep 2019 04:45:06 +0000
(23:45 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 3099329aeb80f3b873fcb9e44854f668d09f5a5d..4ffd77bcb43e4b33743e7c74522e3a3cb94519c8 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-104,7
+104,7
@@
class API(object):
:allowed_param: 'id', 'include_entities', 'trim_user', 'map',
'include_ext_alt_text', 'include_card_uri'
"""
- kwargs
.update({'id': list_to_csv(id_)}
)
+ kwargs
['id'] = list_to_csv(id_
)
if 'map_' in kwargs:
kwargs['map'] = kwargs.pop('map_')