diff --git a/examples/transfer_favorites.py b/examples/transfer_favorites.py index 971171e..74f75c2 100644 --- a/examples/transfer_favorites.py +++ b/examples/transfer_favorites.py @@ -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")