mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-29 06:51:10 -05:00
Fix missing 'channel' decl
This commit is contained in:
parent
644ef579ac
commit
1dbffdf6f6
@ -185,6 +185,7 @@ Country: %s; Tracks played: %s" % ((id,) + profile)).encode("utf8"))
|
|||||||
|
|
||||||
user2 = (optionalUser2 or self.db.getId(msg.nick) or msg.nick)
|
user2 = (optionalUser2 or self.db.getId(msg.nick) or msg.nick)
|
||||||
|
|
||||||
|
channel = msg.args[0]
|
||||||
maxResults = self.registryValue("maxResults", channel)
|
maxResults = self.registryValue("maxResults", channel)
|
||||||
# see http://www.lastfm.de/api/show/tasteometer.compare
|
# see http://www.lastfm.de/api/show/tasteometer.compare
|
||||||
url = "%s&method=tasteometer.compare&type1=user&type2=user&value1=%s&value2=%s&limit=%s" % (
|
url = "%s&method=tasteometer.compare&type1=user&type2=user&value1=%s&value2=%s&limit=%s" % (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user