Merge pull request #62 from eaceaser/fix_twitter_api_base_url
Fix the Twitter base URL
This commit is contained in:
commit
32eef4302f
|
@ -47,7 +47,7 @@ def twitter(inp):
|
||||||
return 'error: no replies to %s found' % inp
|
return 'error: no replies to %s found' % inp
|
||||||
inp = reply_inp
|
inp = reply_inp
|
||||||
|
|
||||||
url = 'http://twitter.com'
|
url = 'http://api.twitter.com/1'
|
||||||
getting_nth = False
|
getting_nth = False
|
||||||
getting_id = False
|
getting_id = False
|
||||||
searching_hashtag = False
|
searching_hashtag = False
|
||||||
|
|
Loading…
Reference in New Issue