We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaf1a4 commit 30635c9Copy full SHA for 30635c9
1 file changed
hacklib.py
@@ -76,7 +76,7 @@ class Server(object):
76
def __init__(self, port):
77
import socket
78
self.port = port
79
- self.address = ('localhost', port)
+ self.address = ('', port)
80
81
def listen(self):
82
import time
0 commit comments