Merge "add launchpadlib timeout"
This commit is contained in:
commit
281ddcd33f
@ -117,7 +117,8 @@ class RecheckWatch(threading.Thread):
|
||||
self.key = key
|
||||
self.lp = launchpad.Launchpad.login_anonymously('grabbing bugs',
|
||||
'production',
|
||||
LPCACHEDIR)
|
||||
LPCACHEDIR,
|
||||
timeout=60)
|
||||
|
||||
def display(self, channel, event):
|
||||
display = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user