diff options
author | 2013-03-12 12:49:42 +0100 | |
---|---|---|
committer | 2013-03-12 12:49:42 +0100 | |
commit | 6232db5a1d3b8b5e4412af67d5bc7ca65f94333c (patch) | |
tree | 02a95e1216ace355d84a9704fb9070bd744b17c2 /pyload.py | |
parent | added missing file (diff) | |
download | pyload-6232db5a1d3b8b5e4412af67d5bc7ca65f94333c.tar.xz |
renamed most events, push events to webui
Diffstat (limited to 'pyload.py')
-rwxr-xr-x | pyload.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |