Skip to content

Commit

Permalink
Hints for getting credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Feb 20, 2024
1 parent cd5c0fe commit f327ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bin/get-tidal-credentials-pkce.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def print_setting(name : str, value : str):
access_token = session.access_token
refresh_token = session.refresh_token

print("Alternative 1: pkce credentials file")
print("Alternative 1: pkce credentials file, store as /cache/tidal/pkce.credentials.json")
cred_file = open(file_name, "r")
cred_dict = json.load(cred_file)
print(json.dumps(cred_dict, indent=4, sort_keys=True))
Expand Down

0 comments on commit f327ce0

Please sign in to comment.