More code changes. This is a big mess right now. Will clean this up.

This commit is contained in:
Bill Dengler
2015-05-13 13:36:28 -04:00
parent 74f0e8ba50
commit 2a8868f096
3 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ def find_next_reply(id, listItem):
return None
def is_audio(tweet,force=False):
<<<<<<< HEAD
start=time.time()
if force == False and 'is_audio' in tweet:
return tweet['is_audio']
@@ -143,7 +142,6 @@ def is_allowed(tweet, clients):
allowed = False
log.exception("Tuit not allowed: %s" % (tweet["text"],))
return allowed
<<<<<<< HEAD
def url_is_audio(u):
sound.URLPlayer.is_playable(u)