Fixed CustomApi so that _username is defined
This commit is contained in:
parent
1a98de805f
commit
f7696e2d67
3 changed files with 3 additions and 3 deletions
|
@ -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 a new issue