mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for wget options
This commit is contained in:
parent
0df7dcda11
commit
1a4cb17f2a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Configs:
|
||||||
dialog: str = True
|
dialog: str = True
|
||||||
|
|
||||||
# Wget options
|
# Wget options
|
||||||
wget_options = '-c -N'
|
wget_options = '-c -N -q --show-progress'
|
||||||
|
|
||||||
# Choose the view mode
|
# Choose the view mode
|
||||||
view_mode: str = 'new'
|
view_mode: str = 'new'
|
||||||
|
|
Loading…
Reference in a new issue