added linspector version to interface and get function for use in frontends
This commit is contained in:
parent
6614432066
commit
d3850344df
2 changed files with 8 additions and 4 deletions
|
|
@ -160,7 +160,7 @@ def main():
|
|||
|
||||
print("\nScheduled " + str(job_count) + " jobs")
|
||||
|
||||
interface = LinspectorInterface(jobs, scheduler, lin_conf, root_logger)
|
||||
interface = LinspectorInterface(jobs, scheduler, lin_conf, root_logger, __version__)
|
||||
|
||||
if "jsonrpc_backend" in core and core["jsonrpc_backend"]:
|
||||
jsonrpc = JsonrpcBackend(interface, core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue