This commit is contained in:
Matthew Frost 2024-02-28 17:17:48 +01:00
parent 58bcd0b05c
commit e0a0dedea9

View file

@ -67,7 +67,7 @@ def baytech_batch_update(powerbar):
for command in commands:
print(f"Running command: {command} on {powerbar}")
#run_telnet_command(powerbar, command)
run_telnet_command(powerbar, command)
time.sleep(0.5)
print(f"Sync Job Done {powerbar}")