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

@@ -452,6 +452,7 @@ class baseBufferController(bufferController):
return sound.URLPlayer.stop_audio()
output.speak("Opening media...",True)
if sound.URLPlayer.is_playable(url=url,play=True) == False:
print "Opening",url,"in browser..."
return self.url(url,announce=False)
elif utils.is_geocoded(tweet):
return output.speak("Not implemented",True)