Skip to content

Commit 38988e0

Browse files
authored
Fixed IPv6 issue
Cf. #75
1 parent a3369ef commit 38988e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_pdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class WebPdb(Pdb):
4848
active_instance = None
4949
null = object()
5050

51-
def __init__(self, host='', port=5555, patch_stdstreams=False):
51+
def __init__(self, host='localhost', port=5555, patch_stdstreams=False):
5252
"""
5353
:param host: web-UI hostname or IP-address
5454
:type host: str

0 commit comments

Comments
 (0)