mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Bugfix.
This commit is contained in:
parent
bb5f79e07b
commit
58a8e45d56
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user