projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0567d
)
--bug
author
realraum
<realraum@realraum.at>
Sat, 7 Aug 2010 10:57:35 +0000
(10:57 +0000)
committer
realraum
<realraum@realraum.at>
Sat, 7 Aug 2010 10:57:35 +0000
(10:57 +0000)
play-sound-status.py
patch
|
blob
|
history
diff --git
a/play-sound-status.py
b/play-sound-status.py
index
752a2ea
..
ca49586
100755
(executable)
--- a/
play-sound-status.py
+++ b/
play-sound-status.py
@@
-336,13
+336,13
@@
while True:
m = RE_BUTTON.match(line)
if not m is None:
- playThemeOf(user="PANIC")
- continue
+ playThemeOf(user="PANIC", fallback_default="nothing")
+ continue
m = RE_ERROR.match(line)
if not m is None:
- playThemeOf(user="ERROR")
- continue
+ playThemeOf(user="ERROR", fallback_default="nothing")
+ continue
except Exception, ex:
logging.error("main: "+str(ex))