change the twitter base url to api v1

This commit is contained in:
Ed Ceaser 2012-10-21 13:12:36 -07:00
parent 628e3fe4a9
commit f08d035bf7
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