Skip to content

Commit 8bbda20

Browse files
authored
Update shaker.py
1 parent b26896b commit 8bbda20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shaker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def start(self):
3333
_exit(1)
3434
try:
3535
so.listen(1)
36-
host = socket.gethostbyname(socket.gethostname())
36+
host = socket.gethostbyname(0.0.0.0)
3737
print "[%s:%s] Waiting for connection ..."%(host,self.port)
3838

3939

0 commit comments

Comments
 (0)