mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 07:16:07 -04:00
Cleanup, disabled accurate audio algo by default, string cleanup.
This commit is contained in:
@@ -145,7 +145,7 @@ class URLStream(object):
|
||||
return self.play(stream=stream,volume=volume,announce=False)
|
||||
return True
|
||||
except:
|
||||
log.exception("Exception.")
|
||||
print "Exception."
|
||||
return False
|
||||
def stop_audio(self):
|
||||
if hasattr(self, "stream") and self.stream.is_playing == True:
|
||||
|
Reference in New Issue
Block a user