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"