SpiffyTitles: minor edit to last commit

This commit is contained in:
oddluck 2020-06-06 12:58:15 -04:00
parent ea47c3cea2
commit 43098998af

View File

@ -1676,7 +1676,6 @@ class SpiffyTitles(callbacks.Plugin):
log.error("SpiffyTitles: Error reading Twitter JSON response")
return self.handler_default(url, channel)
results = {}
results["name"] = response["author_name"]
soup = BeautifulSoup(response["html"])
results["text"] = soup.text.replace("", " - ").strip()
template = Template(self.registryValue("twitter.template", channel))