wrong syntax, missing )

This commit is contained in:
Yann Leboulanger 2008-02-08 07:53:09 +00:00
parent a9e0ce5a0e
commit 0727ebd940
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ class Connection(ConnectionHandlers):
else:
self.connection.send(iq)
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):
if not self.connection: