mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-21 07:16:07 -04:00
Implement fix for url mishandling, remove print statements for testing, fixed #35
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user