Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Oct 30, 2024
1 parent 0e4c693 commit 16d5996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/hardware/tici/amplifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def set_configs(self, configs: list[AmpConfig]) -> bool:
except OSError:
backoff += 0.1
time.sleep(backoff)
print(f"Failed to set amp config, {tries - i - 1} retries left, {backoff}")
print(f"Failed to set amp config, {tries - i - 1} retries left")
return False

def set_global_shutdown(self, amp_disabled: bool) -> bool:
Expand Down

0 comments on commit 16d5996

Please sign in to comment.