summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/Ev0InFetcher.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/Ev0InFetcher.py
parentFix __type__ for crypters (diff)
downloadpyload-d27113cef108461e2363cc4c88c4a1d01222c9e9.tar.xz
Fix __config__
Merges vuolter/pyload@83ff313
Diffstat (limited to 'module/plugins/hooks/Ev0InFetcher.py')
-rw-r--r--module/plugins/hooks/Ev0InFetcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/Ev0InFetcher.py b/module/plugins/hooks/Ev0InFetcher.py
index 674cc07a8..8eda397ac 100644
--- a/module/plugins/hooks/Ev0InFetcher.py
+++ b/module/plugins/hooks/Ev0InFetcher.py
@@ -25,8 +25,8 @@ class Ev0InFetcher(Hook):
__name__ = "Ev0InFetcher"
__version__ = "0.21"
__description__ = """Checks rss feeds for Ev0.in"""
- __config__ = [("activated", "bool", "Activated", "False"),
- ("interval", "int", "Check interval in minutes", "10"),
+ __config__ = [("activated", "bool", "Activated", False),
+ ("interval", "int", "Check interval in minutes", 10),
("queue", "bool", "Move new shows directly to Queue", False),
("shows", "str", "Shows to check for (comma seperated)", ""),
("quality", "xvid;x264;rmvb", "Video Format", "xvid"),