diff options
author | Pawky Languish | 2024-11-28 03:51:42 +0000 |
---|---|---|
committer | Pawky Languish | 2024-11-28 03:51:42 +0000 |
commit | 3a6db0d0d3b9e2ce250c4c9c020d7ece4e953b13 (patch) | |
tree | bd0fb27cb5e441ff057a723b6a332cfcacf17dad /spotify.py | |
parent | 763f96948f39a20d79f7ec68a924966c2b3db761 (diff) |
make cli initialize class properly >_>
Diffstat (limited to 'spotify.py')
-rwxr-xr-x | spotify.py | 4 |
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]) |