2015-05-18 12:03:42 +02:00
|
|
|
import logging
|
|
|
|
|
|
2015-05-18 12:10:45 +02:00
|
|
|
def run(typ,frequenz,data1,data2,data3):
|
2015-05-18 12:03:42 +02:00
|
|
|
logging.debug("Throw Template Plugin")
|
|
|
|
|
try:
|
|
|
|
|
logging.debug("try 5/0")
|
|
|
|
|
test = 5/0
|
|
|
|
|
except:
|
|
|
|
|
logging.exception("Error in Template Plugin")
|