aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/pyhello.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/pyhello.py')
-rwxr-xr-xdocs/examples/pyhello.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/pyhello.py b/docs/examples/pyhello.py
index e0db498..d355ba5 100755
--- a/docs/examples/pyhello.py
+++ b/docs/examples/pyhello.py
@@ -28,7 +28,7 @@ def oncxproc(connected):
lprint( "An Ivy application was connected")
lprint("currents Ivy application are [%s]", IvyGetApplicationList())
-def ondieproc(id):
+def ondieproc(client, id):
lprint( "received the order to die with id = %d", id)
def onmsgproc(*larg):