Fixes #103
Fix #93 is incorrect. We can avoid this by just removing the check and quote_plus
This commit is contained in:
parent
dfdbbec5a8
commit
a9b7b836c9
1 changed files with 0 additions and 2 deletions
|
|
@ -366,8 +366,6 @@ class Twython(object):
|
|||
|
||||
e.g x.search(q='jjndf', page='2')
|
||||
"""
|
||||
if 'q' in kwargs:
|
||||
kwargs['q'] = urllib.quote_plus(Twython.unicode2utf8(kwargs['q'], ':'))
|
||||
|
||||
return self.get('https://search.twitter.com/search.json', params=kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue