diff --git a/listener/app.py b/listener/app.py index 45e5458e..5cb1375d 100644 --- a/listener/app.py +++ b/listener/app.py @@ -28,7 +28,7 @@ SERVER_HOST = '0.0.0.0' # Listen di semua interface # Mapping Flag ke IP Address GeneXpert # Pastikan IP ini SESUAI dengan settingan "Server IP" di masing-masing alat (Client Mode) TARGET_MAPPING = { - 'flg_gxp1': '10.10.123.73', + 'flg_gxp1': '10.10.120.73', 'flg_gxp2': '10.10.123.74', 'flg_gxp3': '10.10.120.75' }