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 b26896b commit 8bbda20Copy full SHA for 8bbda20
shaker.py
@@ -33,7 +33,7 @@ def start(self):
33
_exit(1)
34
try:
35
so.listen(1)
36
- host = socket.gethostbyname(socket.gethostname())
+ host = socket.gethostbyname(0.0.0.0)
37
print "[%s:%s] Waiting for connection ..."%(host,self.port)
38
39
0 commit comments