diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-06 15:34:48 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-06 15:34:48 +0200 |
| commit | 721801012ad7ae440b8f53d082cc0eefa3b37fca (patch) | |
| tree | cd55735f6b70fb86199a7ddbb91e233d0043be40 /esds/simulator.py | |
| parent | 0db52b3e8393f22ce62728729bd78aa379fc8282 (diff) | |
Debug plugins system
Diffstat (limited to 'esds/simulator.py')
| -rw-r--r-- | esds/simulator.py | 2 |
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!! |
