From 88c179f56866a8c1623955651dc2ae7dd1dceb31 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Fri, 14 Jun 2013 15:56:39 +1200 Subject: [PATCH] whut whut --- plugins/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spotify.py b/plugins/spotify.py index 4b4dd66..7da7d4f 100644 --- a/plugins/spotify.py +++ b/plugins/spotify.py @@ -54,7 +54,7 @@ def spotify_url(match): name = data["track"]["name"] artist = data["track"]["artists"][0]["name"] album = data["track"]["album"]["name"] - return u"Spotify Track: {} by {} from the album {}".format(name, artist, album) // shortened + return u"Spotify Track: {} by {} from the album {}".format(name, artist, album) elif type == "artist": return u"Spotify Artist: {}".format(data["artist"]["name"]) elif type == "album":