[object Object]

← back to Exo

fx

22e4bc23bbfba5c211df723fa5f8e146c4e5acc4 · 2024-12-06 23:35:33 +0000 · Alex Cheema

Files touched

Diff

commit 22e4bc23bbfba5c211df723fa5f8e146c4e5acc4
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Dec 6 23:35:33 2024 +0000

    fx
---
 exo/helpers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/helpers.py b/exo/helpers.py
index 6dd61daa..824ee85e 100644
--- a/exo/helpers.py
+++ b/exo/helpers.py
@@ -260,7 +260,7 @@ async def get_macos_interface_type(ifname: str) -> Optional[Tuple[int, str]]:
           return (5, "Thunderbolt/10GbE")
 
         # Ethernet adapters
-        if 'Ethernet Adapter' in hw_port:
+        if 'Ethernet' in hw_port:
           return (4, "Ethernet")
 
         # WiFi

← 5f6625a7 viz positioning of inteface description  ·  back to Exo  ·  pretty name for llama 3.3 70b 1d5a7c63 →