mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fix for progress bar
This commit is contained in:
parent
f345d83396
commit
401467e20e
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ class FormConfigs(Configs):
|
|||
'ASCII_CHARACTERS',
|
||||
'ASK_QUESTION',
|
||||
'PARALLEL_DOWNLOADS',
|
||||
'PROGRESS_BAR',
|
||||
'SPINNING_BAR',
|
||||
'CASE_INSENSITIVE',
|
||||
'PROCESS_LOG',
|
||||
|
@ -126,6 +127,7 @@ class FormConfigs(Configs):
|
|||
'ASCII_CHARACTERS =',
|
||||
'ASK_QUESTION =',
|
||||
'PARALLEL_DOWNLOADS =',
|
||||
'PROGRESS_BAR =',
|
||||
'SPINNING_BAR =',
|
||||
'CASE_SENSITIVE =',
|
||||
'PROCESS_LOG =',
|
||||
|
|
Loading…
Add table
Reference in a new issue