mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
copy
This commit is contained in:
parent
24f574a7dc
commit
b59e5bf298
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class Voice:
|
|||
else:
|
||||
cnt = int(self.pct * 10)
|
||||
|
||||
bar = "█" * cnt + "░" * (num - cnt)
|
||||
bar = "░" * cnt + "█" * (num - cnt)
|
||||
bar = bar[:num]
|
||||
|
||||
dur = time.time() - self.start_time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue