Add deezer as default search
This commit is contained in:
@@ -21,5 +21,8 @@ def main():
|
||||
from rich.traceback import install
|
||||
install(show_locals=True)
|
||||
|
||||
from nest_asyncio import apply
|
||||
apply()
|
||||
|
||||
print('Starting...')
|
||||
asyncio.run(runner())
|
||||
|
||||
Reference in New Issue
Block a user