typo
This commit is contained in:
parent
6c4a1a9c70
commit
5e599ddbd4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from rich.progress import (
|
|||
from common.utils import unwrap
|
||||
|
||||
RICH_CONSOLE = Console()
|
||||
LOG_LEVEL = os.getenv("TABBY_LOG_LEVEL", "INFO")a
|
||||
LOG_LEVEL = os.getenv("TABBY_LOG_LEVEL", "INFO")
|
||||
|
||||
def get_loading_progress_bar():
|
||||
"""Gets a pre-made progress bar for loading tasks."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue