From 6eea9a08a037fc628c7f790e809e2fb487bb10b6 Mon Sep 17 00:00:00 2001 From: Domenico De Guglielmo Date: Tue, 29 Aug 2023 09:51:14 +0200 Subject: [PATCH] device3 -> localhost --- malware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malware.py b/malware.py index 03ca1c5..8538950 100644 --- a/malware.py +++ b/malware.py @@ -18,7 +18,7 @@ def on_open(ws): def publish(): ws = websocket.WebSocketApp( - "ws://sifis-device3.iit.cnr.it:3000/ws", + "ws://localhost:3000/ws", on_open=on_open, on_error=on_error, on_close=on_close,