Oneliner enable rpc modules on runtime open

size_in_shm_token
Guillermo Rodriguez 2022-08-25 11:47:40 -03:00
parent b5499b8225
commit 0447612b34
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ async def open_piker_runtime(
# TODO: eventually we should be able to avoid
# having the root have more then permissions to
# spawn other specialized daemons I think?
enable_modules=_root_modules,
enable_modules=_root_modules + enable_modules,
) as _,
):
yield tractor.current_actor()