diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 54c163e59..394dfcf32 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -245,12 +245,11 @@ class Core(object): self.init_logger(logging.DEBUG) # logging level else: self.init_logger(logging.INFO) # logging level - - self.init_hooks() - path.append(self.plugin_folder) self.requestFactory = RequestFactory(self) self.create_plugin_index() + self.init_hooks() + path.append(self.plugin_folder) self.lastGuiConnected = 0 |