Add deezer as default search

This commit is contained in:
BarsTiger
2023-10-24 23:19:09 +03:00
parent 495202d949
commit 4c7a885665
16 changed files with 155 additions and 42 deletions

View File

@@ -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())