Skip to content

Commit

Permalink
- chore: reomve soft wrap from console
Browse files Browse the repository at this point in the history
  • Loading branch information
regiellis committed Sep 4, 2024
1 parent 70f72a5 commit 7d93f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civitai_models_manager/modules/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__all__ = ["download_model_cli"]

console = Console(soft_wrap=True)
console = Console()

MAX_RETRIES = 3
TIMEOUT = 30 # seconds
Expand Down

0 comments on commit 7d93f1d

Please sign in to comment.