Revert "cleanup: Localhost everywhere"

This commit is contained in:
Patrick McGuire
2022-05-16 10:52:47 -04:00
committed by GitHub
parent 889fdbe6f4
commit 4877d1de66
2 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ HEADER = 64
PORT = 5050
FORMAT = 'utf-8'
DISCONNECT_MESSAGE = "!DISCONNECT"
SERVER = "localhost"
SERVER = "127.0.1.1"
ADDR = (SERVER, PORT)
client = socket.socket(socket.AF_INET, socket.SOCK_STREAM)