Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaf1a4 commit 30635c9Copy full SHA for 30635c9
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