BOSWatch/plugin_test/plugins/BosMon/__init__.py

10 lines
274 B
Python
Raw Normal View History

2015-05-18 16:05:34 +02:00
import logging
def run(typ,frequenz,daten):
logging.debug("Throw Template Plugin")
try:
logging.info("ZVEI: %s wurde empfangen!", daten[0])
logging.debug("try 5/0")
test = 5/0
except:
logging.exception("Error in Template Plugin")