mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
edit template plugin
This commit is contained in:
parent
b8eb2a034a
commit
ee89d0776c
2 changed files with 10 additions and 2 deletions
|
|
@ -9,6 +9,6 @@ def run(typ,freq,data):
|
|||
if typ == "ZVEI":
|
||||
logging.info("ZVEI: %s wurde auf %s empfangen!", data["zvei"],freq)
|
||||
else:
|
||||
logging.warning(typ + " not supportet")
|
||||
logging.warning(typ + " not implemented")
|
||||
except:
|
||||
logging.exception("Error in Template Plugin")
|
||||
logging.exception("")
|
||||
Loading…
Add table
Add a link
Reference in a new issue