MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / _print_banner

Function _print_banner

openosint/web_server.py:969–974  ·  view source on GitHub ↗
(host: str, port: int)

Source from the content-addressed store, hash-verified

967
968
969def _print_banner(host: str, port: int) -> None:
970 display = "localhost" if host in ("0.0.0.0", "") else host
971 print(f"[*] OpenOSINT {_VERSION} web server")
972 print(f"[*] App → http://{display}:{port}/")
973 print(f"[*] Docs → http://{display}:{port}/docs/")
974 print("[*] Press Ctrl+C to stop.")

Callers 2

serve_asyncFunction · 0.70
run_serverFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected