From c385cb4ac7cc9952b1885d910d30cc68bce3373d Mon Sep 17 00:00:00 2001 From: Tobias Rosenqvist Date: Fri, 14 Apr 2017 01:51:23 +0200 Subject: [PATCH] SpiffyTitles: fix for "typo" in my last commit --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index e381e45..2a63c17 100644 --- a/plugin.py +++ b/plugin.py @@ -379,7 +379,7 @@ class SpiffyTitles(callbacks.Plugin): log.debug("SpiffyTitles: could not get a title for %s but default \ handler is disabled" % (url)) - def get_title_by_url(self, url, channel,): + def get_title_by_url(self, url, channel): """ Retrieves the title of a website based on the URL provided """