test
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 37s
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 37s
This commit is contained in:
parent
3f191d08a8
commit
1821a5d53f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue