test
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 37s

This commit is contained in:
Matthew Frost 2024-02-07 16:54:13 +01:00
parent 3f191d08a8
commit 1821a5d53f

View file

@ -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