From 213995993f110818f8eaca6bb34f16a6536750bb Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Tue, 6 Feb 2024 08:57:59 +0100 Subject: [PATCH] fix wrong function call in copy playlist function --- spotify2ytmusic/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotify2ytmusic/cli.py b/spotify2ytmusic/cli.py index b942af8..4ca0801 100644 --- a/spotify2ytmusic/cli.py +++ b/spotify2ytmusic/cli.py @@ -209,7 +209,7 @@ def parse_arguments(): default="utf-8", help="The encoding of the `playlists.json` file.", ) - parse_arguments( + parser.add_argument( "--algo", type=int, default=0, @@ -251,7 +251,7 @@ def parse_arguments(): default="utf-8", help="The encoding of the `playlists.json` file.", ) - parse_arguments( + parser.add_argument( "--algo", type=int, default=0,