little changes

This commit is contained in:
Bastian Schroll 2015-05-18 21:49:03 +02:00
parent e2b4ef82c9
commit 7731031a15
5 changed files with 14 additions and 16 deletions

View file

@ -5,10 +5,8 @@ import logging # Global logger
import globals # Global variables
def run(typ,freq,data):
logging.debug("Strat Plugin: template")
logging.debug("template Plugin called")
try:
logging.info("ZVEI: %s wurde auf %s empfangen!", data["zvei"],freq)
logging.debug("try 5/0")
test = 5/0
except:
logging.exception("Error in Template Plugin")