From b1039b5fb3b3b83a122526f3cb55bc65791c9305 Mon Sep 17 00:00:00 2001 From: Schrolli Date: Tue, 19 May 2015 11:45:51 +0200 Subject: [PATCH] tabulator error --- plugin_test/boswatch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin_test/boswatch.py b/plugin_test/boswatch.py index 86e1c50..7fc6f80 100644 --- a/plugin_test/boswatch.py +++ b/plugin_test/boswatch.py @@ -38,8 +38,9 @@ logger.addHandler(ch) def throwAlarm(typ,data): for i in pluginloader.getPlugins(): - plugin = pluginloader.loadPlugin(i) - logging.debug(i["name"] + " Plugin called") + plugin = pluginloader.loadPlugin(i) + logging.debug(i["name"] + " Plugin called") + plugin.run(typ,"0",data)