Fixed CustomApi so that _username is defined
This commit is contained in:
@ -28,6 +28,7 @@ class CustomApi(OAuthApi):
|
||||
self.sig_proxy = SigProxy()
|
||||
|
||||
self.username = self.GetUserInfo().screen_name
|
||||
self._username = self.username
|
||||
|
||||
thread = GetUserLists(api=self)
|
||||
thread.sig_proxy.connect('lists-ready', self.on_lists_ready)
|
||||
|
Reference in New Issue
Block a user