summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/StorageTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/StorageTo.py')
-rw-r--r--module/plugins/hoster/StorageTo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/StorageTo.py b/module/plugins/hoster/StorageTo.py
index bedc2934f..f9bba7822 100644
--- a/module/plugins/hoster/StorageTo.py
+++ b/module/plugins/hoster/StorageTo.py
@@ -9,6 +9,7 @@ class StorageTo(DeadHoster):
__version__ = "0.01"
__pattern__ = r'http://(?:www\.)?storage\.to/get/.+'
+ __config__ = []
__description__ = """Storage.to hoster plugin"""
__license__ = "GPLv3"