Fixed CustomApi so that _username is defined

This commit is contained in:
Anna
2010-05-21 12:11:57 -04:00
parent 1a98de805f
commit f7696e2d67
3 changed files with 3 additions and 3 deletions

View File

@ -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)