summaryrefslogtreecommitdiff
path: root/esds/node.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-07 13:23:41 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-07 13:23:41 +0200
commit057cb9c3ff6194ebd7d934cef0337ac0c44ecf19 (patch)
tree5b37ad4f61834471d5c4c37dfa82a9aa9288ee48 /esds/node.py
parent2fb979cfec7eba0c4168f7728045426396d2b8f0 (diff)
Debug plugins
Diffstat (limited to 'esds/node.py')
-rw-r--r--esds/node.py2
1 files changed, 1 insertions, 1 deletions
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()