diff options
author | Pawky Languish | 2024-11-28 18:49:54 +0000 |
---|---|---|
committer | Pawky Languish | 2024-11-28 18:49:54 +0000 |
commit | 225f83f5a5f077d7b7f7c476f825a0ded8008b74 (patch) | |
tree | 9d21790c630b7130b25638a7e972a2f4d0bc983b /spotify.py | |
parent | 3a6db0d0d3b9e2ce250c4c9c020d7ece4e953b13 (diff) |
add apple music
Diffstat (limited to 'spotify.py')
-rwxr-xr-x | spotify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify.py b/spotify.py index fc70f34..e9b0790 100755 --- a/spotify.py +++ b/spotify.py @@ -84,5 +84,5 @@ class Spotify: if __name__ == "__main__": import sys - #Spotify.spotify(Spotify, sys.argv[1]) + # Spotify.spotify(Spotify, sys.argv[1]) Spotify().spotify(sys.argv[1]) |