Merge pull request #326 from Nachtzuster/localhost
use "localhost" like all other internal services do
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ except BaseException:
|
||||
|
||||
HEADER = 64
|
||||
PORT = 5050
|
||||
SERVER = socket.gethostbyname(socket.gethostname())
|
||||
SERVER = "localhost"
|
||||
ADDR = (SERVER, PORT)
|
||||
FORMAT = 'utf-8'
|
||||
DISCONNECT_MESSAGE = "!DISCONNECT"
|
||||
|
||||
Reference in New Issue
Block a user