mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 07:16:07 -04:00
Interact function refactorized
This commit is contained in:
@@ -151,7 +151,7 @@ class URLStream(object):
|
||||
|
||||
def stop_audio(self,delete=False):
|
||||
if hasattr(self, "stream"):
|
||||
output.speak("Stopped.",True)
|
||||
output.speak(_(u"Stopped."), True)
|
||||
try:
|
||||
self.stream.stop()
|
||||
log.debug("Stopped audio stream.")
|
||||
|
Reference in New Issue
Block a user