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

This commit is contained in:
Matthew Frost 2024-02-02 12:41:19 +01:00
parent 125ab9871e
commit b52e9e8cb7

View file

@ -33,6 +33,8 @@ def run_telnet_command(powerbar, command):
time.sleep(1) # Wait for 1 second before retrying time.sleep(1) # Wait for 1 second before retrying
pass pass
return False
def get_baytech_status_outlet_telnet(powerbar): def get_baytech_status_outlet_telnet(powerbar):
for _ in range(retries): for _ in range(retries):
try: try: