(http_port: int, admin_password: str)
| 475 | |
| 476 | |
| 477 | def _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 |
no test coverage detected