mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-09 08:23:37 +00:00
comment updated
This commit is contained in:
parent
b3e63afc9c
commit
07a69d5e26
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def processAlarm(typ, freq, data):
|
|||
logging.debug("[ ALARM ]")
|
||||
# timestamp, to make sure, that all plugins use the same time
|
||||
data['timestamp'] = int(time.time())
|
||||
#copy objects to avoid issues if the objects will be changed by the plugin's during runtime or during asynch/threaded processing
|
||||
# copy objects to avoid issues if the objects will be changed by the plugin's during runtime and during asynch/threaded processing
|
||||
dctyp = deepcopy(typ)
|
||||
dcfreq = deepcopy(freq)
|
||||
dcdata = deepcopy(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue