mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-05 13:36:08 -04:00
Bugfix.
This commit is contained in:
@@ -139,7 +139,7 @@ def is_allowed(tweet, clients):
|
|||||||
return allowed
|
return allowed
|
||||||
|
|
||||||
def url_is_audio(u):
|
def url_is_audio(u):
|
||||||
sound.URLPlayer.is_playable(u)
|
return sound.URLPlayer.is_playable(u)
|
||||||
|
|
||||||
def old_url_is_audio(u):
|
def old_url_is_audio(u):
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user