mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Change distance
This commit is contained in:
parent
6912c59785
commit
502f4036fb
|
|
@ -112,9 +112,9 @@ def getDescription(typ, data):
|
|||
elif typ == "POC":
|
||||
if globalVars.config.getint("POC", "onlysubric"):
|
||||
resultStr = ricDescribtionList[data] # only SubRIC
|
||||
else:
|
||||
resultStr = ricDescribtionList[data[:-1]] # MainRIC
|
||||
resultStr += " " + ricDescribtionList[data] # SubRIC
|
||||
else:
|
||||
resultStr = ricDescribtionList[data[:-1]] # MainRIC
|
||||
resultStr += " " + ricDescribtionList[data] # SubRIC
|
||||
else:
|
||||
logging.warning("Invalid Typ: %s", typ)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue