mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-14 19:03:37 +00:00
commit
9e5ef082e7
4 changed files with 95 additions and 16 deletions
|
|
@ -3,7 +3,7 @@ import logging
|
|||
def run(typ,freq,data):
|
||||
logging.debug("Throw Template Plugin")
|
||||
try:
|
||||
logging.info("ZVEI: %s wurde auf %s empfangen!", data["zvei"],freq)
|
||||
logging.info("ZVEI: %s wurde auf %s empfangen!", data[0],freq)
|
||||
logging.debug("try 5/0")
|
||||
test = 5/0
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue