mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
little changes
This commit is contained in:
parent
e2b4ef82c9
commit
7731031a15
5 changed files with 14 additions and 16 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue