BOSWatch/plugin_test/plugins/template/__init__.py
Schrolli 9e5ef082e7 Revert "argument list to dict"
This reverts commit 70a45f8de7.
2015-05-18 15:25:22 +02:00

10 lines
280 B
Python

import logging
def run(typ,freq,data):
logging.debug("Throw Template Plugin")
try:
logging.info("ZVEI: %s wurde auf %s empfangen!", data[0],freq)
logging.debug("try 5/0")
test = 5/0
except:
logging.exception("Error in Template Plugin")