Skip to content

Commit

Permalink
device3 -> localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeguglielmo committed Aug 29, 2023
1 parent 2897e6c commit 6eea9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malware.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6eea9a0

Please sign in to comment.