added main thread for background scheduling; version set to 0.11
This commit is contained in:
parent
79ee26ff71
commit
3642e67013
4 changed files with 96 additions and 41 deletions
|
|
@ -25,7 +25,7 @@ from bjsonrpc import connect
|
|||
|
||||
c = connect()
|
||||
|
||||
#print c.call.get_job_list()
|
||||
print c.call.get_job_list()
|
||||
|
||||
#print c.call.get_job_info_by_id("3950d44b")
|
||||
|
||||
|
|
@ -39,4 +39,4 @@ c = connect()
|
|||
|
||||
#print c.call.get_job_list_by_host("d")
|
||||
|
||||
#print c.call.get_job_count_by_host("d")
|
||||
#print c.call.get_job_count_by_host("d")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue