Imported some fixes to oauthtwitter from its issue tracker
This commit is contained in:
@ -263,7 +263,8 @@ class GetUserLists(ApiThread):
|
||||
try:
|
||||
with self.api.lock:
|
||||
lists = self.api.GetUserLists()
|
||||
except (HTTPError, URLError):
|
||||
except (HTTPError, URLError) as exception:
|
||||
print 'debug: GetUserLists had error: ' + str(exception.code)
|
||||
done = False
|
||||
|
||||
self.sig_proxy.emit('lists-ready', lists, None)
|
||||
|
Reference in New Issue
Block a user