Use set_tweak instead of set_sound

This commit is contained in:
David Baker 2015-02-03 16:06:31 +00:00
parent 09601255f5
commit 9a71add1c0
2 changed files with 4 additions and 3 deletions

View file

@ -38,7 +38,8 @@ def make_base_rules(user_name):
'actions': [
'notify',
{
'set_sound': 'default'
'set_tweak': 'sound',
'value': 'default'
}
]
}