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