summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/XFileSharingPro.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 12:15:32 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-11 12:15:32 +0200
commitd27113cef108461e2363cc4c88c4a1d01222c9e9 (patch)
tree3869f767de8b53de52a7e8fc32fa99f2b3c32409 /module/plugins/hooks/XFileSharingPro.py
parentFix __type__ for crypters (diff)
downloadpyload-d27113cef108461e2363cc4c88c4a1d01222c9e9.tar.xz
Fix __config__
Merges vuolter/pyload@83ff313
Diffstat (limited to 'module/plugins/hooks/XFileSharingPro.py')
-rw-r--r--module/plugins/hooks/XFileSharingPro.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py
index a1ef84be6..b30b24aa7 100644
--- a/module/plugins/hooks/XFileSharingPro.py
+++ b/module/plugins/hooks/XFileSharingPro.py
@@ -9,8 +9,8 @@ class XFileSharingPro(Hook):
__name__ = "XFileSharingPro"
__version__ = "0.09"
__type__ = "hook"
- __config__ = [("activated", "bool", "Activated", "True"),
- ("loadDefault", "bool", "Include default (built-in) hoster list", "True"),
+ __config__ = [("activated", "bool", "Activated", True),
+ ("loadDefault", "bool", "Include default (built-in) hoster list", True),
("includeList", "str", "Include hosters (comma separated)", ""),
("excludeList", "str", "Exclude hosters (comma separated)", "")]
__description__ = """XFileSharingPro hook plugin"""