fixed the indentation typo

This commit is contained in:
gertjan 2026-04-03 16:22:58 +02:00
parent 73e8582835
commit aca4f25ed6

View file

@ -298,8 +298,8 @@ class TelnetReader:
response = f"b{bandwidth:.3f}\r" # new freq response = f"b{bandwidth:.3f}\r" # new freq
self.tn.write(response.encode("utf-8")) self.tn.write(response.encode("utf-8"))
state["remaining_receive_lines"] = 1 + 4/bandwidth state["remaining_receive_lines"] = 1 + 4/bandwidth
print(line) print(line)
print(state) print(state)
state["initializing"] = 0 state["initializing"] = 0
# Example: # Example: