fix a TB
This commit is contained in:
parent
cffd7f9c66
commit
aab7bb1807
1 changed files with 2 additions and 1 deletions
|
@ -1241,7 +1241,8 @@ class Connection:
|
||||||
msg = '%s seconds have passed and server did not reply to our keepalive. Gajim disconnected from %s' % (str(keep_alive_disconnect_secs), self.name)
|
msg = '%s seconds have passed and server did not reply to our keepalive. Gajim disconnected from %s' % (str(keep_alive_disconnect_secs), self.name)
|
||||||
gajim.log.debug(msg)
|
gajim.log.debug(msg)
|
||||||
return
|
return
|
||||||
self.connection.Process(timeout)
|
if self.connection:
|
||||||
|
self.connection.Process(timeout)
|
||||||
except:
|
except:
|
||||||
gajim.log.debug('error appeared while processing xmpp:')
|
gajim.log.debug('error appeared while processing xmpp:')
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
Loading…
Add table
Reference in a new issue