Skip to content

Commit

Permalink
Bug fix from #32
Browse files Browse the repository at this point in the history
  • Loading branch information
linsomniac committed Feb 10, 2024
1 parent a5c3cd7 commit 3992016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify2ytmusic/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __init__(self) -> None:
create_button(
self.tab3,
text="Load",
command=lambda x: self.call_func(
command=lambda: self.call_func(
func=backend.copier,
args=(
backend.iter_spotify_playlist(),
Expand Down

0 comments on commit 3992016

Please sign in to comment.