mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-21 15:50:20 +01:00
remove typ from adding
This commit is contained in:
parent
9c446b0660
commit
9aaa8aa267
|
|
@ -30,7 +30,7 @@ def newEntrymultiList(data):
|
|||
multiList = []
|
||||
logging.debug("multicastAlarm delimiter RIC received --> buffer cleared")
|
||||
else:
|
||||
multiList.append([typ, data['ric'], data['function'], data['functionChar'], data['msg'].strip(), data['description'], timestamp])
|
||||
multiList.append([data['ric'], data['function'], data['functionChar'], data['msg'].strip(), data['description'], timestamp])
|
||||
logging.debug("Added %s to multiList", data['ric'])
|
||||
# check for old entries in multiList
|
||||
for i, _ in enumerate(multiList):
|
||||
|
|
|
|||
Loading…
Reference in a new issue