added some testing stuff to json client; works!
This commit is contained in:
parent
caf37aec89
commit
877ece76a1
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue