Finally use own API KEY

This commit is contained in:
Kevin Funk 2012-07-26 20:33:07 +02:00
parent 6eee1e06a9
commit 122eedd11d

View File

@ -49,7 +49,7 @@ class LastFM(callbacks.Plugin):
APIURL_1_0 = "http://ws.audioscrobbler.com/1.0/user" APIURL_1_0 = "http://ws.audioscrobbler.com/1.0/user"
# 2.0 API (see http://www.lastfm.de/api/intro) # 2.0 API (see http://www.lastfm.de/api/intro)
APIKEY = "b25b959554ed76058ac220b7b2e0a026" # FIXME: Get own key APIKEY = "b7638a70725eea60737f9ad9f56f3099"
APIURL_2_0 = "http://ws.audioscrobbler.com/2.0/?api_key=%s&" % APIKEY APIURL_2_0 = "http://ws.audioscrobbler.com/2.0/?api_key=%s&" % APIKEY
def __init__(self, irc): def __init__(self, irc):