Long tweets are displayed properly in lists

This commit is contained in:
2016-08-04 17:40:07 -05:00
parent 4056c73052
commit 41b10e3a84
2 changed files with 10 additions and 6 deletions

View File

@@ -585,10 +585,10 @@ class baseBufferController(bufferController):
url=urls_list.get_string()
if hasattr(urls_list, "destroy"): urls_list.destroy()
if url != '':
try:
sound.URLPlayer.play(url, self.session.settings["sound"]["volume"])
except:
log.error("Exception while executing audio method.")
# try:
sound.URLPlayer.play(url, self.session.settings["sound"]["volume"])
# except:
# log.error("Exception while executing audio method.")
# @_tweets_exist
def url(self, url='', announce=True, *args, **kwargs):