mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-06 08:30:08 +01:00
edit template plugin
This commit is contained in:
parent
dc3e45042a
commit
4cf0b63f24
|
|
@ -34,11 +34,11 @@ def run(typ,freq,data):
|
|||
logging.exception("cannot read config file")
|
||||
|
||||
if typ == "FMS":
|
||||
logging.debug(typ + " not supported")
|
||||
logging.warning(typ + " not supported")
|
||||
elif typ == "ZVEI":
|
||||
logging.debug(typ + " not supported")
|
||||
logging.warning(typ + " not supported")
|
||||
elif typ == "POC":
|
||||
logging.debug(typ + " not supported")
|
||||
logging.warning(typ + " not supported")
|
||||
else:
|
||||
logging.warning(typ + " not supported")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue