|
@ -87,7 +87,7 @@ def get_ip_address(): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Update these with the correct values for your host and server |
|
|
# Update these with the correct values for your host and server |
|
|
HOST_SERVER_IP = "0.0.0.0" |
|
|
HOST_SERVER_IP = "192.168.1.113" |
|
|
HOST_SERVER_PORT = 4999 |
|
|
HOST_SERVER_PORT = 4999 |
|
|
SERVER_NAME = "server_1" |
|
|
SERVER_NAME = "server_1" |
|
|
SERVER_IP = get_ip_address() |
|
|
SERVER_IP = get_ip_address() |
|
|