diff --git a/py-scripts/ws_generic_monitor_test.py b/py-scripts/ws_generic_monitor_test.py index b8c379d0..157380b2 100644 --- a/py-scripts/ws_generic_monitor_test.py +++ b/py-scripts/ws_generic_monitor_test.py @@ -13,7 +13,7 @@ from ws_generic_monitor import WS_Listener reference = "test_ipv4_connection.py" def main(): - WS_Listener(lfclient_host="192.168.200.15", _scriptname=reference, _callback=TestRun) + WS_Listener(lfclient_host="localhost", _scriptname=reference, _callback=TestRun) def TestRun(ws, message):