MCPcopy Create free account
hub / github.com/Coooolfan/onlyboxes / _print_console_ready

Function _print_console_ready

scripts/install.py:477–481  ·  view source on GitHub ↗
(http_port: int, admin_password: str)

Source from the content-addressed store, hash-verified

475
476
477def _print_console_ready(http_port: int, admin_password: str) -> None:
478 info("Console is ready.")
479 info(f"Console: http://127.0.0.1:{http_port}")
480 info(f"Username: admin")
481 info(f"Password: {admin_password}")
482
483
484

Callers 1

wait_console_readyFunction · 0.85

Calls 1

infoFunction · 0.85

Tested by

no test coverage detected