mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-10 02:20:09 +01:00
remove std from divera plugin in zvei
This commit is contained in:
parent
572c40d1a4
commit
cf70393b2f
|
|
@ -69,7 +69,7 @@ def run(typ, freq, data):
|
|||
#
|
||||
text = globalVars.config.get("Divera", "zvei_text")
|
||||
title = globalVars.config.get("Divera", "zvei_title")
|
||||
priority = globalVars.config.get("Divera","zvei_std_prio")
|
||||
priority = globalVars.config.get("Divera","zvei_prio")
|
||||
ric = globalVars.config.get("Divera","zvei_ric")
|
||||
|
||||
elif typ == "POC":
|
||||
|
|
|
|||
Loading…
Reference in a new issue