summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-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 c4205b34f..55fb5948a 100644
--- a/module/plugins/hooks/XFileSharingPro.py
+++ b/module/plugins/hooks/XFileSharingPro.py
@@ -8,7 +8,7 @@ from module.plugins.Hook import Hook
class XFileSharingPro(Hook):
__name__ = "XFileSharingPro"
__type__ = "hook"
- __version__ = "0.21"
+ __version__ = "0.22"
__config__ = [("activated", "bool", "Activated", True),
("use_hoster_list", "bool", "Load listed hosters only", False),
@@ -65,7 +65,7 @@ class XFileSharingPro(Hook):
if use_builtin_list:
plugin_list |= set([x.lower() for x in getattr(self, "%s_LIST" % type.upper())])
- plugin_list -= set(('', u'')
+ plugin_list -= set(('', u''))
if not plugin_list:
self.logInfo(_("No %s to handle") % type)