More code changes. This is a big mess right now. Will clean this up.

This commit is contained in:
Bill Dengler
2015-05-13 13:36:28 -04:00
parent 74f0e8ba50
commit 2a8868f096
3 changed files with 2 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ class URLStream(object):
return False
def stop_audio(self):
if hasattr(self, "stream") and self.stream.is_playing == True:
output.speak("Stopped.",True)
self.stream.stop()
@staticmethod