Minor fixes - 0.6.2

This commit is contained in:
logykk 2022-02-19 16:25:36 +13:00
parent d04efb0794
commit 73ca05bf41
9 changed files with 81 additions and 45 deletions

View file

@ -18,10 +18,7 @@ SEARCH_URL = 'https://api.spotify.com/v1/search'
def client(args) -> None:
""" Connects to download server to perform query's and get songs to download """
prepare_download_loader = Loader(PrintChannel.PROGRESS_INFO, "Signing in...")
prepare_download_loader.start()
Zotify(args)
prepare_download_loader.stop()
Printer.print(PrintChannel.SPLASH, splash())