Better output

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-07-09 14:19:25 -07:00
parent 5cd3913976
commit 2b68b96204
2 changed files with 6 additions and 4 deletions

View file

@ -122,7 +122,7 @@ class QobuzClient(Client):
return
if (kwargs.get("app_id") or kwargs.get("secrets")) in (None, [], ""):
click.secho("Fetching tokens, this may take a few seconds.")
click.secho("Fetching tokens — this may take a few seconds.", fg='magenta')
logger.info("Fetching tokens from Qobuz")
spoofer = Spoofer()
kwargs["app_id"] = spoofer.get_app_id()