We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3369ef commit 38988e0Copy full SHA for 38988e0
1 file changed
web_pdb/__init__.py
@@ -48,7 +48,7 @@ class WebPdb(Pdb):
48
active_instance = None
49
null = object()
50
51
- def __init__(self, host='', port=5555, patch_stdstreams=False):
+ def __init__(self, host='localhost', port=5555, patch_stdstreams=False):
52
"""
53
:param host: web-UI hostname or IP-address
54
:type host: str
0 commit comments