diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-08 01:34:05 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-14 11:03:47 +0200 |
commit | 3d4f8e55ce4c87f3f3bb3ea49acb76ca607bfc8d (patch) | |
tree | 140b2f75e4e445c4aa899488439fa91e775a85d2 /pyload/Core.py | |
parent | New printer (windows compatible) (diff) | |
download | pyload-3d4f8e55ce4c87f3f3bb3ea49acb76ca607bfc8d.tar.xz |
JsEngine rewritten + utils updated
Diffstat (limited to 'pyload/Core.py')
-rw-r--r-- | pyload/Core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py index 3e78a5bea..902b6fdb3 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -396,7 +396,7 @@ class Core(object): self.hookManager = HookManager(self) self.remoteManager = RemoteManager(self) - self.js = JsEngine() + self.js = JsEngine(self) self.log.info(_("Downloadtime: %s") % self.api.isTimeDownload()) |