From 088e0e38fd7419951d31bbc389c95d1c662e550f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:15:32 +0200 Subject: Fix __config__ Merges vuolter/pyload@83ff313 (cherry picked from commit d27113cef108461e2363cc4c88c4a1d01222c9e9) Conflicts: module/plugins/Hook.py module/plugins/hooks/MultiDebridCom.py module/plugins/hooks/UnrestrictLi.py --- pyload/plugins/addons/Ev0InFetcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/addons/Ev0InFetcher.py') diff --git a/pyload/plugins/addons/Ev0InFetcher.py b/pyload/plugins/addons/Ev0InFetcher.py index 674cc07a8..8eda397ac 100644 --- a/pyload/plugins/addons/Ev0InFetcher.py +++ b/pyload/plugins/addons/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"), -- cgit v1.2.3