mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-08 09:30:05 +01:00
fix global definition issue
This commit is contained in:
parent
fca69b974e
commit
578750a810
|
|
@ -25,6 +25,7 @@ def newEntrymultiList(data):
|
|||
|
||||
@return: nothing
|
||||
"""
|
||||
global multiList
|
||||
timestamp = int(time.time())
|
||||
# multicastAlarm processing if enabled and delimiter RIC has been received
|
||||
if data['ric'] == globalVars.config.get("multicastAlarm", "multicastAlarm_delimiter_ric"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue