This commit is contained in:
Bill Dengler
2015-05-13 17:25:46 -04:00
parent bb5f79e07b
commit 58a8e45d56

View File

@@ -139,7 +139,7 @@ def is_allowed(tweet, clients):
return allowed
def url_is_audio(u):
sound.URLPlayer.is_playable(u)
return sound.URLPlayer.is_playable(u)
def old_url_is_audio(u):
try: