From c1d7c8e5da9de7a9be6d6c565f7273a216de7ed7 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Thu, 10 Sep 2009 15:19:43 +0000 Subject: [PATCH] --debug --- update-web-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-web-status.py b/update-web-status.py index 801ac8f..437021a 100755 --- a/update-web-status.py +++ b/update-web-status.py @@ -33,7 +33,7 @@ sendxmpp_firstmsg = True def sendXmppMsg(recipients, msg, resource = "torwaechter", addtimestamp = True, noofflinemsg = False): if type(recipients) == types.ListType: recipients = " ".join(recipients) - if type(recipients) == type.UnicodeType: + if type(recipients) == types.UnicodeType: recipients = recipients.decode("utf-8") if type(recipients) != types.StringType: raise Exception("list of recipients in unknown format, can't send message") -- 1.7.10.4