mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -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:
|
||||
title = soup.title.string.strip()
|
||||
except:
|
||||
log.error(
|
||||
"SpiffyTitles: Unable to parse title from html response for %s"
|
||||
% (url)
|
||||
)
|
||||
title = self.registryValue("badLinkText", channel=channel)
|
||||
return title
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user