SpiffyTitles: fix for "typo" in my last commit

This commit is contained in:
Tobias Rosenqvist 2017-04-14 01:51:23 +02:00
parent bc92311f47
commit c385cb4ac7
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""