mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-01-30 03:22:43 +01: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