Cleanup, disabled accurate audio algo by default, string cleanup.

This commit is contained in:
Bill Dengler
2015-05-13 20:26:05 -04:00
parent 9ddc74d640
commit e92565013b
6 changed files with 9 additions and 7 deletions

View File

@@ -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: