fix a TB
This commit is contained in:
parent
cffd7f9c66
commit
aab7bb1807
|
@ -1241,6 +1241,7 @@ 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
|
||||||
|
if self.connection:
|
||||||
self.connection.Process(timeout)
|
self.connection.Process(timeout)
|
||||||
except:
|
except:
|
||||||
gajim.log.debug('error appeared while processing xmpp:')
|
gajim.log.debug('error appeared while processing xmpp:')
|
||||||
|
|
Loading…
Reference in New Issue