Merge pull request #62 from eaceaser/fix_twitter_api_base_url

Fix the Twitter base URL
This commit is contained in:
Ryan Hitchman 2012-10-21 13:38:29 -07:00
commit 32eef4302f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def twitter(inp):
return 'error: no replies to %s found' % inp
inp = reply_inp
url = 'http://twitter.com'
url = 'http://api.twitter.com/1'
getting_nth = False
getting_id = False
searching_hashtag = False