Code fixes

This commit is contained in:
2015-05-26 20:23:02 -05:00
parent 831bbc2f2f
commit 5976caf736
6 changed files with 57 additions and 15 deletions

View File

@@ -435,7 +435,8 @@ class baseBufferController(bufferController):
try:
sound.URLPlayer.play(url, self.session.settings["sound"]["volume"])
except:
log("Exception while executing audio method.")
log.error("Exception while executing audio method.")
@_tweets_exist
def url(self,url='',announce=True):
if url == '':