commit 4a000300cb5d4b33dc526c7771dd2115b8705718 parent f88bdf6eec526a4748e012376eceaa92b9f36b97 Author: Hunter Date: Tue, 28 Oct 2025 13:38:14 -0400 update favicon Diffstat:
| M | host.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/host.py b/host.py @@ -68,7 +68,7 @@ def main(): network_url = f"http://{local_ip}:{port}" print("=" * 60) - print("🎧 vibe capsule") + print("💿 vibe capsule") print("=" * 60) print(f"\nServer running on port {port}") print(f"\nLocal access: {local_url}")