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