From 3a6db0d0d3b9e2ce250c4c9c020d7ece4e953b13 Mon Sep 17 00:00:00 2001 From: Pawky Languish Date: Thu, 28 Nov 2024 03:51:42 +0000 Subject: make cli initialize class properly >_> --- spotify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spotify.py') diff --git a/spotify.py b/spotify.py index 1586784..fc70f34 100755 --- a/spotify.py +++ b/spotify.py @@ -84,5 +84,5 @@ class Spotify: if __name__ == "__main__": import sys - Spotify.premature_optimization = False - Spotify.spotify(Spotify, sys.argv[1]) + #Spotify.spotify(Spotify, sys.argv[1]) + Spotify().spotify(sys.argv[1]) -- cgit 1.4.1-2-gfad0