Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30635c9

Browse files
committed
server bug fix
1 parent 1aaf1a4 commit 30635c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hacklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Server(object):
7676
def __init__(self, port):
7777
import socket
7878
self.port = port
79-
self.address = ('localhost', port)
79+
self.address = ('', port)
8080

8181
def listen(self):
8282
import time

0 commit comments

Comments
 (0)