summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/StealthTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/StealthTo.py')
-rw-r--r--module/plugins/crypter/StealthTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/StealthTo.py b/module/plugins/crypter/StealthTo.py
index 5173421f1..551468980 100644
--- a/module/plugins/crypter/StealthTo.py
+++ b/module/plugins/crypter/StealthTo.py
@@ -9,7 +9,7 @@ class StealthTo(DeadCrypter):
__version__ = "0.20"
__pattern__ = r'http://(?:www\.)?stealth\.to/folder/.+'
- __config__ = []
+ __config__ = [] #@TODO: Remove in 0.4.10
__description__ = """Stealth.to decrypter plugin"""
__license__ = "GPLv3"