mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
renamed
This commit is contained in:
parent
05c08b36a7
commit
8f70f1b251
2 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ def main():
|
|||
def create_progress_bar(percentage):
|
||||
block = "█"
|
||||
empty = "░"
|
||||
total_blocks = 40
|
||||
total_blocks = 30
|
||||
filled_blocks = int(total_blocks * percentage // 100)
|
||||
empty_blocks = total_blocks - filled_blocks
|
||||
bar = block * filled_blocks + empty * empty_blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue