Made handlers for following and verified setting work correctly

This commit is contained in:
Anna
2010-05-06 18:00:12 -04:00
parent 44e1a39afe
commit b43bc3ccea
2 changed files with 3 additions and 18 deletions

View File

@ -82,7 +82,7 @@ class GetTweets(ApiThread):
class GetSingleTweet(ApiThread):
def __init__(self, pane, single_tweet):
def __init__(self, api, pane, single_tweet):
ApiThread.__init__(self, api)
self.pane = pane
self.single_tweet = single_tweet