A sound bugfix

This commit is contained in:
2015-10-23 11:29:59 -05:00
parent 1f96e71b63
commit f76b86b24d
3 changed files with 5 additions and 5 deletions

View File

@@ -1224,6 +1224,7 @@ class Controller(object):
buffer.add_new_item(data)
def manage_item_in_list(self, data, user, where):
print "I'm activated!"
buffer = self.search_buffer("%s" % (where,), user)
if buffer == None: return
play_sound = "tweet_timeline.ogg"