mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-02-16 22:44: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)
|
parent.parent.sound.play(success_snd)
|
||||||
except TwythonError as e:
|
except TwythonError as e:
|
||||||
output.speak("Error %s: %s" % (e.error_code, e.msg), True)
|
output.speak("Error %s: %s" % (e.error_code, e.msg), True)
|
||||||
parent.parent.sound.play("error.wav")
|
parent.parent.sound.play("error")
|
||||||
return val
|
return val
|
||||||
|
|
||||||
def is_allowed(tweet, clients):
|
def is_allowed(tweet, clients):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user