From 99b4a7289b51e81379a6737c2d4aa0f419e769ba Mon Sep 17 00:00:00 2001 From: Marc Chevalier Date: Thu, 4 May 2017 14:48:06 +0200 Subject: [PATCH 1/2] Aka: fix backquote matching in readme --- plugins/Aka/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Aka/README.md b/plugins/Aka/README.md index 64d6deadd..a6ccaf226 100644 --- a/plugins/Aka/README.md +++ b/plugins/Aka/README.md @@ -66,7 +66,7 @@ their most recently played item. This `lastfm` aka requires the following plugins to be loaded: `RSS`, `Format` and `Web`. -`RSS` provides `rss`, `Format provides `concat` and `Web` provides +`RSS` provides `rss`, `Format` provides `concat` and `Web` provides `urlquote`. Note that if the nested commands being aliased hadn't been quoted, then From afbefc5f2b4bf19b96392f213ffbc31758565953 Mon Sep 17 00:00:00 2001 From: Marc Chevalier Date: Thu, 4 May 2017 14:44:00 +0200 Subject: [PATCH 2/2] Karma: remove unused variable in karma command --- plugins/Karma/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Karma/plugin.py b/plugins/Karma/plugin.py index d3d1f8698..34ad3d737 100644 --- a/plugins/Karma/plugin.py +++ b/plugins/Karma/plugin.py @@ -338,7 +338,6 @@ class Karma(callbacks.Plugin): 'things.')) else: # No name was given. Return the top/bottom N karmas. limit = self.registryValue('rankingDisplay', channel) - top = self.db.top(channel, limit) highest = [format('%q (%s)', s, t) for (s, t) in self.db.top(channel, limit)] lowest = [format('%q (%s)', s, t)