mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
debug return from plugin
This commit is contained in:
parent
148547b69f
commit
f53bdb30f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue