mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Fix error in sound declaration.
This commit is contained in:
parent
432e40bdfa
commit
d02bd91f41
@ -120,7 +120,7 @@ def api_call(parent=None, call_name=None, preexec_message="", success="", succes
|
||||
parent.parent.sound.play(success_snd)
|
||||
except TwythonError as e:
|
||||
output.speak("Error %s: %s" % (e.error_code, e.msg), True)
|
||||
parent.parent.sound.play("error.wav")
|
||||
parent.parent.sound.play("error")
|
||||
return val
|
||||
|
||||
def is_allowed(tweet, clients):
|
||||
|
Loading…
Reference in New Issue
Block a user