From 057cb9c3ff6194ebd7d934cef0337ac0c44ecf19 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 7 Sep 2022 13:23:41 +0200 Subject: Debug plugins --- esds/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esds/node.py') diff --git a/esds/node.py b/esds/node.py index e47df98..f4e1d16 100644 --- a/esds/node.py +++ b/esds/node.py @@ -34,7 +34,7 @@ class Node: if reason == "send_return": p.on_send_return(args[0],args[1],args[2],args[3],args[4]) if reason == "on_communication_end": - p.on_communication_end(args[0],args[1],args[2],args[3],args[4]) + p.on_communication_end(args[0],args[1]) if reason == "terminated": p.on_terminated() -- cgit v1.2.3