Oneliner enable rpc modules on runtime open
parent
b5499b8225
commit
0447612b34
|
@ -217,7 +217,7 @@ async def open_piker_runtime(
|
||||||
# TODO: eventually we should be able to avoid
|
# TODO: eventually we should be able to avoid
|
||||||
# having the root have more then permissions to
|
# having the root have more then permissions to
|
||||||
# spawn other specialized daemons I think?
|
# spawn other specialized daemons I think?
|
||||||
enable_modules=_root_modules,
|
enable_modules=_root_modules + enable_modules,
|
||||||
) as _,
|
) as _,
|
||||||
):
|
):
|
||||||
yield tractor.current_actor()
|
yield tractor.current_actor()
|
||||||
|
|
Loading…
Reference in New Issue