Implement fix for url mishandling, remove print statements for testing, fixed #35

This commit is contained in:
Bill Dengler
2015-05-13 22:10:37 -04:00
parent 81a9a36519
commit 73a069dbe2
2 changed files with 1 additions and 3 deletions

View File

@@ -142,7 +142,6 @@ class URLStream(object):
return self.play(stream=stream,volume=volume,announce=False)
return True
except:
print "Exception."
return False
def stop_audio(self,delete=False):
if hasattr(self, "stream") and self.stream.is_playing: