mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-27 21:41:09 -05:00
Finally use own API KEY
This commit is contained in:
parent
6eee1e06a9
commit
122eedd11d
@ -49,7 +49,7 @@ class LastFM(callbacks.Plugin):
|
||||
APIURL_1_0 = "http://ws.audioscrobbler.com/1.0/user"
|
||||
|
||||
# 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
|
||||
|
||||
def __init__(self, irc):
|
||||
|
Loading…
x
Reference in New Issue
Block a user