mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
Fixed audio playback from URL
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from __future__ import unicode_literals
|
||||
from . import shorteners
|
||||
from __main__ import *
|
||||
from . __main__ import *
|
||||
|
@@ -1,6 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
from functools import wraps
|
||||
import shorteners
|
||||
from . import shorteners
|
||||
|
||||
|
||||
def service_selecter (func):
|
||||
|
Reference in New Issue
Block a user