Fixed source field sometimes showing up as broken HTML...
This commit is contained in:
parent
d7893fce37
commit
9f239e8c37
4 changed files with 9 additions and 5 deletions
|
@ -270,6 +270,7 @@ class GetUserLists(ApiThread):
|
|||
lists = self.api.GetUserLists()
|
||||
except (HTTPError, URLError) as exception:
|
||||
print 'debug: GetUserLists had error: ' + str(exception.code)
|
||||
sleep(5)
|
||||
done = False
|
||||
|
||||
self.sig_proxy.emit('lists-ready', lists, None)
|
||||
|
|
Reference in a new issue