X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/7a99a7eb3b2f2c539836875d2cc8ea15a42ea49f..e56993183ffa8362215d92913445106aea245d97:/statemachine.py diff --git a/statemachine.py b/statemachine.py index b647ac9..3e22206 100644 --- a/statemachine.py +++ b/statemachine.py @@ -11,7 +11,7 @@ def play_sound (what): logger.error("StateMachine: Unable to list sound files in %s" % (SOUNDS_DIRECTORY+what)) return soundfile = SOUNDS_DIRECTORY + what + '/' + random.choice(soundfiles) - fire_and_forget_cmd ([SOUNDS_PLAYER,soundfile], logger.error, "StateMachine: ") + fire_and_forget_cmd ([SOUNDS_PLAYER,soundfile], "StateMachine: ") # convert an absolute nervlist to a relative one def nervlist_abs2rel(nervlist_abs):