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
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue