From a01df7ceb26b5062b1b55dae12d112cd2744ee3e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 21 Oct 2013 03:03:31 +0200 Subject: [PATCH] set to other job id --- bin/jsonrpc-client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/jsonrpc-client b/bin/jsonrpc-client index 08557cb..8ffab08 100755 --- a/bin/jsonrpc-client +++ b/bin/jsonrpc-client @@ -27,6 +27,6 @@ c = connect() print c.call.get_job_list() -print c.call.get_job_info_by_id("3bf60380") +print c.call.get_job_info_by_id("3950d44b") -print c.call.set_job_enabled("3bf60380", False) +print c.call.set_job_enabled("3950d44b", False)