fixed the indentation typo
This commit is contained in:
parent
73e8582835
commit
aca4f25ed6
1 changed files with 2 additions and 2 deletions
|
|
@ -298,8 +298,8 @@ class TelnetReader:
|
|||
response = f"b{bandwidth:.3f}\r" # new freq
|
||||
self.tn.write(response.encode("utf-8"))
|
||||
state["remaining_receive_lines"] = 1 + 4/bandwidth
|
||||
print(line)
|
||||
print(state)
|
||||
print(line)
|
||||
print(state)
|
||||
state["initializing"] = 0
|
||||
|
||||
# Example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue