mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 15:01:11 -05:00
SpiffyTitles: fix broken error message
This commit is contained in:
parent
0657b59f8b
commit
e2da04d81b
@ -395,10 +395,6 @@ class SpiffyTitles(callbacks.Plugin):
|
|||||||
try:
|
try:
|
||||||
title = soup.title.string.strip()
|
title = soup.title.string.strip()
|
||||||
except:
|
except:
|
||||||
log.error(
|
|
||||||
"SpiffyTitles: Unable to parse title from html response for %s"
|
|
||||||
% (url)
|
|
||||||
)
|
|
||||||
title = self.registryValue("badLinkText", channel=channel)
|
title = self.registryValue("badLinkText", channel=channel)
|
||||||
return title
|
return title
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user