Made handlers for following and verified setting work correctly
This commit is contained in:
parent
44e1a39afe
commit
b43bc3ccea
2 changed files with 3 additions and 18 deletions
|
@ -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
|
||||
|
|
Reference in a new issue