From aca4f25ed6bda11dca860fa46f384fc94433118e Mon Sep 17 00:00:00 2001 From: gertjan Date: Fri, 3 Apr 2026 16:22:58 +0200 Subject: [PATCH] fixed the indentation typo --- scanner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scanner.py b/scanner.py index 2cff08c..6ca9d82 100644 --- a/scanner.py +++ b/scanner.py @@ -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: