From: Bernhard Tittelbach <xro@realraum.at>
Date: Thu, 10 Sep 2009 15:19:43 +0000 (+0000)
Subject: --debug
X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=c1d7c8e5da9de7a9be6d6c565f7273a216de7ed7;p=svn42.git

--debug
---

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")