summary refs log tree commit diff
path: root/spotify.py
diff options
context:
space:
mode:
authorPawky Languish2024-11-28 03:51:42 +0000
committerPawky Languish2024-11-28 03:51:42 +0000
commit3a6db0d0d3b9e2ce250c4c9c020d7ece4e953b13 (patch)
treebd0fb27cb5e441ff057a723b6a332cfcacf17dad /spotify.py
parent763f96948f39a20d79f7ec68a924966c2b3db761 (diff)
make cli initialize class properly >_>
Diffstat (limited to 'spotify.py')
-rwxr-xr-xspotify.py4
1 files changed, 2 insertions, 2 deletions
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])