This commit is contained in:
GandC Snow 2021-10-25 10:37:23 +03:00
parent 04875c6615
commit cdc7bc0fc4

View File

@ -6,7 +6,7 @@ from configparser import ConfigParser
from os import chdir, path
from threading import Thread
host = '10.10.13.1'
host = '10.10.13.8'
port = 7777
addr = (host,port)