From 71bdb113e5c105709963f6159b9c1facb4cff0b3 Mon Sep 17 00:00:00 2001 From: erick Date: Thu, 01 Oct 2009 22:17:30 +0000 Subject: Fixed update() signature in ProbeProxy to take 2 args as intended in the comments --- diff --git a/tutorius/TProbe.py b/tutorius/TProbe.py index c4fae81..ec0f9a3 100644 --- a/tutorius/TProbe.py +++ b/tutorius/TProbe.py @@ -299,7 +299,7 @@ class ProbeProxy: address = str(self._probe.install(pickle.dumps(action))) self._actions[action] = address - def update(self, address, action): + def update(self, action): """ Update an already installed action's properties and run it again @param action Action to update -- cgit v0.9.1