newly created test server works so why the fuck does my other server not work
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import socket
|
||||
import threading
|
||||
|
||||
HEADER = 64
|
||||
HEADER = 1024
|
||||
PORT = 5000
|
||||
SERVER = socket.gethostbyname(socket.gethostname())
|
||||
ADDR = (SERVER, PORT)
|
||||
|
||||
Reference in New Issue
Block a user