summary refs log tree commit diff
path: root/spotify.py
diff options
context:
space:
mode:
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])