summary refs log tree commit diff
path: root/spotify.py
diff options
context:
space:
mode:
authorPawky Languish2024-11-28 18:49:54 +0000
committerPawky Languish2024-11-28 18:49:54 +0000
commit225f83f5a5f077d7b7f7c476f825a0ded8008b74 (patch)
tree9d21790c630b7130b25638a7e972a2f4d0bc983b /spotify.py
parent3a6db0d0d3b9e2ce250c4c9c020d7ece4e953b13 (diff)
add apple music
Diffstat (limited to 'spotify.py')
-rwxr-xr-xspotify.py2
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])