Type adjust to `tractor.hilevel.ServicecMngr`

Tyler Goodlet 2025-02-13 12:31:33 -05:00
parent 91d7db9db8
commit 8ab2feba3e
1 changed files with 5 additions and 6 deletions

View File

@ -140,11 +140,10 @@ def pikerd(
if pdb: if pdb:
log.warning(( log.warning((
"\n" '\n\n'
"!!! YOU HAVE ENABLED DAEMON DEBUG MODE !!!\n" '!!! YOU HAVE ENABLED DAEMON DEBUG MODE !!!\n'
"When a `piker` daemon crashes it will block the " 'When a `piker` daemon crashes it will block the '
"task-thread until resumed from console!\n" 'task-thread until resumed from console!\n'
"\n"
)) ))
# service-actor registry endpoint socket-address set # service-actor registry endpoint socket-address set
@ -177,7 +176,7 @@ def pikerd(
from .. import service from .. import service
async def main(): async def main():
service_mngr: service.Services service_mngr: service.ServiceMngr
async with ( async with (
service.open_pikerd( service.open_pikerd(