From d19c28930a9514fb39c1d4b3581b43d1b7567015 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 22 Nov 2007 11:03:45 +0000 Subject: [PATCH] fix missing ) --- src/common/connection_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index a89c0a377..30bee9d84 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1419,7 +1419,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco, qp.setTagData('utc', strftime('%Y%m%dT%T', gmtime())) qp.setTagData('tz', tzname[daylight]) qp.setTagData('display', helpers.decode_string(strftime('%c', - localtime())) + localtime()))) self.connection.send(iq_obj) raise common.xmpp.NodeProcessed