From 2be89b5b2092956dbb79fa151dfcb7f58919823b Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Tue, 31 May 2022 19:45:37 -0400 Subject: [PATCH] Change sock per PR comments. --- tnc/sock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/sock.py b/tnc/sock.py index f67289b7..3becae85 100644 --- a/tnc/sock.py +++ b/tnc/sock.py @@ -214,7 +214,7 @@ def process_tnc_commands(data): "[SCK] command execution error", e=err, command=received_json ) - # TRANSMIT SINE WAVE ----------------------------------------------------- + # TRANSMIT TEST FRAME ---------------------------------------------------- if ( received_json["type"] == "set" and received_json["command"] == "send_test_frame"