Unverified Commit a0309ea3 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

symphony/runner: also use settings

parent 3927e692
...@@ -43,7 +43,7 @@ async def run_instantiation(inst: inst_base.Instantiation) -> dict: ...@@ -43,7 +43,7 @@ async def run_instantiation(inst: inst_base.Instantiation) -> dict:
async def amain(): async def amain():
base_client = client.BaseClient(base_url="http://0.0.0.0:8000") base_client = client.BaseClient()
namespace_client = client.NSClient(base_client=base_client, namespace="foo/bar/baz") namespace_client = client.NSClient(base_client=base_client, namespace="foo/bar/baz")
sb_client = client.SimBricksClient(namespace_client) sb_client = client.SimBricksClient(namespace_client)
rc = client.RunnerClient(namespace_client, 42) rc = client.RunnerClient(namespace_client, 42)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment