From 36f51f805077e8f5ef5e9f1b219b810dd1a6c0c8 Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Fri, 26 Jan 2024 16:13:42 +0100 Subject: [PATCH] Use same oauth file path as other examples --- examples/transfer_favorites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")