diff options
Diffstat (limited to 'pyload/Core.py')
-rw-r--r-- | pyload/Core.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/Core.py b/pyload/Core.py index 3c56e2afe..328a25c94 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -384,6 +384,7 @@ class Core(object): self.api = Api(self) self.scheduler = Scheduler(self) + self.js = JsEngine() #hell yeah, so many important managers :D self.pluginManager = PluginManager(self) @@ -393,8 +394,6 @@ class Core(object): self.addonManager = AddonManager(self) self.remoteManager = RemoteManager(self) - self.js = JsEngine() - # enough initialization for test cases if tests: return |