Made handlers for following and verified setting work correctly
This commit is contained in:
@ -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 New Issue
Block a user