diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-12 23:33:27 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-12 23:33:27 +0200 |
commit | 7a491109ba2f784ae7a41b89090dae14e2fbe4b5 (patch) | |
tree | aee8267a7458cd22fcd9141a26ec56093da07de1 /module/plugins/hooks/XFileSharingPro.py | |
parent | [DeleteFinished] Fix pluginConfigChanged (diff) | |
download | pyload-7a491109ba2f784ae7a41b89090dae14e2fbe4b5.tar.xz |
[XFileSharingPro] Code cosmetics
Diffstat (limited to 'module/plugins/hooks/XFileSharingPro.py')
-rw-r--r-- | module/plugins/hooks/XFileSharingPro.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py index 7b1b12549..13d11155c 100644 --- a/module/plugins/hooks/XFileSharingPro.py +++ b/module/plugins/hooks/XFileSharingPro.py @@ -31,7 +31,7 @@ class XFileSharingPro(Hook): def coreReady(self): - self.pluginConfigChanged(self.__name__, "coreReady", None) + self.loadPattern() def loadPattern(self): |