Skip to content

Commit

Permalink
Merge pull request #10 from aylvnn/main
Browse files Browse the repository at this point in the history
remove quotation marks around download progress
  • Loading branch information
phoenixthrush authored Oct 4, 2024
2 parents 76b2462 + 8b82523 commit 5fdec72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/aniworld/common/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,10 +1068,7 @@ def update_component(component: str):


def print_progress_info(msg: str):
command = [
"cmd", "/c",
"echo", msg
]
command = f'cmd /c echo {msg}'
execute_command(command, only_command=False)


Expand Down

0 comments on commit 5fdec72

Please sign in to comment.