From d27113cef108461e2363cc4c88c4a1d01222c9e9 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 --- module/plugins/hooks/Ev0InFetcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks/Ev0InFetcher.py') 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"), -- cgit v1.2.3