Skip to content

Commit

Permalink
Merge pull request #25 from belzebub40k/main
Browse files Browse the repository at this point in the history
fix wrong function call in copy_all_playlists
  • Loading branch information
linsomniac committed Feb 7, 2024
2 parents 5a3b1e6 + 2139959 commit b382981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spotify2ytmusic/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b382981

Please sign in to comment.