wrong syntax, missing )
This commit is contained in:
parent
a9e0ce5a0e
commit
0727ebd940
|
@ -733,7 +733,7 @@ class Connection(ConnectionHandlers):
|
||||||
else:
|
else:
|
||||||
self.connection.send(iq)
|
self.connection.send(iq)
|
||||||
gajim.idlequeue.set_alarm(self.check_keepalive, gajim.config.get_per(
|
gajim.idlequeue.set_alarm(self.check_keepalive, gajim.config.get_per(
|
||||||
'accounts', self.name, 'time_for_keep_alive_answer')
|
'accounts', self.name, 'time_for_keep_alive_answer'))
|
||||||
|
|
||||||
def get_active_default_lists(self):
|
def get_active_default_lists(self):
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
|
|
Loading…
Reference in New Issue