summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LixIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/LixIn.py')
-rw-r--r--module/plugins/crypter/LixIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LixIn.py b/module/plugins/crypter/LixIn.py
index 4b6c3afcc..619a474f2 100644
--- a/module/plugins/crypter/LixIn.py
+++ b/module/plugins/crypter/LixIn.py
@@ -8,7 +8,7 @@ from module.plugins.Crypter import Crypter
class LixIn(Crypter):
__name__ = "LixIn"
__type__ = "crypter"
- __pattern__ = r"http://(www.)?lix.in/(?P<id>.*)"
+ __pattern__ = r'http://(www.)?lix.in/(?P<id>.*)'
__version__ = "0.22"
__description__ = """Lix.in decrypter plugin"""
__author_name__ = "spoob"