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 7ee95af1e..7d52b34dc 100644
--- a/module/plugins/crypter/StealthTo.py
+++ b/module/plugins/crypter/StealthTo.py
@@ -10,7 +10,7 @@ class StealthTo(DeadCrypter):
__status__ = "stable"
__pattern__ = r'http://(?:www\.)?stealth\.to/folder/.+'
- __config__ = [] #@TODO: Remove in 0.4.10
+ __config__ = [("activated", "bool", "Activated", True)]
__description__ = """Stealth.to decrypter plugin"""
__license__ = "GPLv3"