summaryrefslogtreecommitdiff
path: root/esds/simulator.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-06 15:34:48 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-06 15:34:48 +0200
commit721801012ad7ae440b8f53d082cc0eefa3b37fca (patch)
treecd55735f6b70fb86199a7ddbb91e233d0043be40 /esds/simulator.py
parent0db52b3e8393f22ce62728729bd78aa379fc8282 (diff)
Debug plugins system
Diffstat (limited to 'esds/simulator.py')
-rw-r--r--esds/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/esds/simulator.py b/esds/simulator.py
index 5032713..960d87f 100644
--- a/esds/simulator.py
+++ b/esds/simulator.py
@@ -199,7 +199,7 @@ class Simulator:
selector_wireless.append(False)
if event[2][9]: # Check if should be cancel on turn_off (receiver_required)
selector_wired.append(True)
- self.notify_node_plugin(event[2][1],"on_communication_end",("eth0",0,0,0,0))
+ self.nodes[int(event[2][1])].rqueue.put(("plugin_notify","on_communication_end",("eth0",0,0,0,0)))
else:
selector_wired.append(False)
event[2][8]=False # So set delivery to False!!