ArchiveBox/archivebox/dead/detect.py
2026-05-28 05:20:52 -07:00

4 lines
202 B
Python

# ruff: noqa
def get_host_immutable_info(host_info: dict[str, Any]) -> dict[str, Any]:
return {key: value for key, value in host_info.items() if key in ["guid", "net_mac", "os_family", "cpu_arch"]}