X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=update-xmpp-status.py;h=53be15476ebe8077a288883bb8c90434b3ade560;hb=715ff59d360fde630bd111d6fbf143690a52cd42;hp=35e9473e53c3345656f13b90e987662717175653;hpb=02319119bfafbf48ef331090f7b4c2800901d6c5;p=svn42.git diff --git a/update-xmpp-status.py b/update-xmpp-status.py index 35e9473..53be154 100755 --- a/update-xmpp-status.py +++ b/update-xmpp-status.py @@ -301,7 +301,7 @@ def substituteMessageVariables(msg, door_tuple): def formatAndDistributePresence(presence, door_tuple=(None,None)): picurl="" - if uwscfg.cam_provide_pic: + if uwscfg.cam_provide_pic == "True": picurl="\n"+uwscfg.cam_picture_url if presence == "yes": distributeXmppMsg(substituteMessageVariables(uwscfg.msg_present, door_tuple)+picurl) @@ -409,7 +409,7 @@ while True: m = RE_REQUEST.match(line) if not m is None: last_request = m.group(1,3,2) - if uwscfg.cam_provide_pic and (last_request[2] is None or not last_request[1] is None): + if uwscfg.cam_provide_pic == "True" and (last_request[2] is None or not last_request[1] is None): if not touchURL(uwscfg.cam_freeze_url) == "ok": logging.error("main: error freezing picture") continue