From 6232db5a1d3b8b5e4412af67d5bc7ca65f94333c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 12 Mar 2013 12:49:42 +0100 Subject: renamed most events, push events to webui --- pyload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload.py') diff --git a/pyload.py b/pyload.py index 55a62f182..e6d095827 100755 --- a/pyload.py +++ b/pyload.py @@ -447,7 +447,7 @@ class Core(object): self.addonManager.activateAddons() self.log.info(_("pyLoad is up and running")) - self.eventManager.dispatchEvent("coreReady") + self.eventManager.dispatchEvent("core:ready") #test api # from module.common.APIExerciser import startApiExerciser -- cgit v1.2.3