I think it's better like that
for my try often means "I don't really know if it will work so I put it in try"
This commit is contained in:
parent
9d6a1a5dc2
commit
cdddb0158a
|
@ -678,11 +678,8 @@ class GajimCore:
|
|||
return list_ev
|
||||
|
||||
def request_infos(self, account, con, jid):
|
||||
try: # FIXME: nk 2 yann. is this the best way ?
|
||||
if con:
|
||||
con.discoverInfo(jid)
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
|
||||
def read_queue(self):
|
||||
while self.hub.queueIn.empty() == 0:
|
||||
|
|
Loading…
Reference in New Issue