ip address localhost

This commit is contained in:
2022-05-30 18:00:09 +02:00
parent 048a0ea447
commit c3012cd7a4
2 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,7 @@ from tmtccmd.utility.obj_id import ObjectId
from dle_encoder import DleEncoder
# TODO add to configuration parameters
SERVER_HOST = ""
SERVER_HOST = "localhost"
SERVER_PORT = 7305
LOGGER = get_console_logger()