From 475c5284f5b69231f76e29fd4e8e7f13a7a0a000 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Fri, 30 Jul 2010 03:48:31 +0000 Subject: [PATCH] work around python bug --- play-sound-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-sound-status.py b/play-sound-status.py index d0ecf2a..cbb6321 100755 --- a/play-sound-status.py +++ b/play-sound-status.py @@ -207,7 +207,7 @@ def playThemeOf(user): if config is None: config=uwscfg.getValue("mapping_default") logging.debug("playThemeOf: action for user %s: %s" % (user,config)) - executeAction(config) + executeAction(config,[]) def popenTimeout1(cmd, pinput, returncode_ok=[0], ptimeout = 20.0, pcheckint = 0.25): logging.debug("popenTimeout1: starting: " + cmd) -- 1.7.10.4