diff --git a/handlers/status.py b/handlers/status.py index 17af62b..d8fe503 100644 --- a/handlers/status.py +++ b/handlers/status.py @@ -93,6 +93,8 @@ async def _network_snapshot(interval: float = 1.0) -> str: for nic, s in end.items(): if nic.startswith("lo"): continue + if not nic.startswith("enp"): + continue e = start.get(nic) if not e: continue