diff --git a/app/utils.py b/app/utils.py index 3a6188e..d9f4558 100644 --- a/app/utils.py +++ b/app/utils.py @@ -25,7 +25,6 @@ def run_telnet_command(powerbar, command): for _ in range(retries): try: tn = get_telnet_connection(powerbar) - check_input_error(tn) tn.write(f"{command}\r\n".encode('ascii')) tn.close() return True