Skip to content

Commit

Permalink
Use same oauth file path as other examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Jan 26, 2024
1 parent 0f014b5 commit 36f51f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/transfer_favorites.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
logger.setLevel(logging.INFO)
logger.addHandler(logging.StreamHandler(sys.stdout))

oauth_file1 = Path("tidal-oauth-userA.json")
oauth_file1 = Path("tidal-oauth-user.json")
oauth_file2 = Path("tidal-oauth-userB.json")


Expand Down

0 comments on commit 36f51f8

Please sign in to comment.