mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-11 02:50:00 +01:00
debug return from plugin
This commit is contained in:
parent
148547b69f
commit
f53bdb30f6
|
|
@ -10,4 +10,5 @@ def processAlarm(typ,freq,data):
|
|||
for name, plugin in globals.pluginList.items():
|
||||
logging.debug("call Plugin: %s", name)
|
||||
plugin.run(typ,freq,data)
|
||||
logging.debug("return from: %s", name)
|
||||
logging.debug("[END ALARM]")
|
||||
Loading…
Reference in a new issue