mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-19 17:55:23 -04:00
Better output
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
5cd3913976
commit
2b68b96204
2 changed files with 6 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue