From 39920164400615293386be8e972d497d22fb1634 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Fri, 9 Feb 2024 23:33:57 -0700 Subject: [PATCH] Bug fix from #32 --- spotify2ytmusic/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify2ytmusic/gui.py b/spotify2ytmusic/gui.py index 11bc10c..9027663 100644 --- a/spotify2ytmusic/gui.py +++ b/spotify2ytmusic/gui.py @@ -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(),