From 877ece76a1bf2bd52fdbfd5fc972589b961824ac Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 21 Oct 2013 02:03:43 +0200 Subject: [PATCH] added some testing stuff to json client; works! --- bin/jsonrpc-client | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/jsonrpc-client b/bin/jsonrpc-client index e3f3871..ff40cb7 100755 --- a/bin/jsonrpc-client +++ b/bin/jsonrpc-client @@ -28,4 +28,7 @@ time1 = c.call.time() # do something here ... print "Time:", time1 print "Delta:", c.call.delta(time1) -print c.call.test() + +print c.call.get_job_info_by_id("3bf60380") + +print c.call.set_job_enabled("3bf60380", False)