From 38988e0f3060245bbd44a20a0124e27dc26fd926 Mon Sep 17 00:00:00 2001 From: monochromec Date: Wed, 19 Mar 2025 14:32:03 +0100 Subject: [PATCH] Fixed IPv6 issue Cf. #75 --- web_pdb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_pdb/__init__.py b/web_pdb/__init__.py index 024d81b..f2fc505 100644 --- a/web_pdb/__init__.py +++ b/web_pdb/__init__.py @@ -48,7 +48,7 @@ class WebPdb(Pdb): active_instance = None null = object() - def __init__(self, host='', port=5555, patch_stdstreams=False): + def __init__(self, host='localhost', port=5555, patch_stdstreams=False): """ :param host: web-UI hostname or IP-address :type host: str