mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
SpiffyTitles: Minor edit to last commit.
This commit is contained in:
parent
e193fd17f5
commit
17dfc21209
@ -561,7 +561,7 @@ class SpiffyTitles(callbacks.Plugin):
|
||||
"""
|
||||
try:
|
||||
url_re = self.registryValue("urlRegularExpression", channel)
|
||||
except registry.NonExistentRegistryEntry:
|
||||
except:
|
||||
url_re = self.registryValue("urlRegularExpression")
|
||||
if not url_re:
|
||||
url_re = utils.web._httpUrlRe
|
||||
|
Loading…
x
Reference in New Issue
Block a user