diff options
Diffstat (limited to 'pyload/plugins/addons/FastixRu.py')
-rw-r--r-- | pyload/plugins/addons/FastixRu.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyload/plugins/addons/FastixRu.py b/pyload/plugins/addons/FastixRu.py index 96d35e390..558da1b86 100644 --- a/pyload/plugins/addons/FastixRu.py +++ b/pyload/plugins/addons/FastixRu.py @@ -11,10 +11,10 @@ class FastixRu(MultiHoster): __name__ = "FastixRu" __version__ = "0.02" __type__ = "hook" - __config__ = [("activated", "bool", "Activated", "False"), + __config__ = [("activated", "bool", "Activated", False), ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), - ("unloadFailing", "bool", "Revert to standard download if download fails", "False"), - ("interval", "int", "Reload interval in hours (0 to disable)", "24")] + ("unloadFailing", "bool", "Revert to standard download if download fails", False), + ("interval", "int", "Reload interval in hours (0 to disable)", 24)] __description__ = """Fastix.ru hook plugin""" __author_name__ = "Massimo Rosamilia" __author_mail__ = "max@spiritix.eu" |