mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
Update line feeds
This commit is contained in:
parent
9f251bd544
commit
6b638c55b2
|
|
@ -68,7 +68,7 @@ def run(typ, freq, data):
|
|||
#
|
||||
text = globalVars.config.get("Divera", "zvei_text")
|
||||
type = globalVars.config.get("Divera", "zvei_type")
|
||||
priority = globalVars.config.get("Divera","zvei_std_prio")
|
||||
priority = globalVars.config.get("Divera","zvei_std_prio")
|
||||
|
||||
elif typ == "POC":
|
||||
#
|
||||
|
|
@ -90,7 +90,7 @@ def run(typ, freq, data):
|
|||
|
||||
else:
|
||||
logging.warning("Invalid type: %s", typ)
|
||||
return
|
||||
return
|
||||
|
||||
try:
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue