Quoted tweets again

This commit is contained in:
2015-10-14 17:07:57 -05:00
parent 6c47dd2fa9
commit 0f56d8cdd4
5 changed files with 17 additions and 6 deletions

View File

@@ -361,8 +361,8 @@ class baseBufferController(bufferController):
if self.name in self.session.settings["other_buffers"]["autoread_buffers"] and self.name not in self.session.settings["other_buffers"]["muted_buffers"] and self.session.settings["sound"]["session_mute"] == False:
output.speak(" ".join(tweet[:2]))
#Improve performance on Windows
if platform.system() == "Windows":
call_threaded(utils.is_audio,item)
# if platform.system() == "Windows":
# call_threaded(utils.is_audio,item)
def bind_events(self):
log.debug("Binding events...")