diff --git a/slpkg/configs.py b/slpkg/configs.py index e27d9f1f..2d746911 100644 --- a/slpkg/configs.py +++ b/slpkg/configs.py @@ -66,7 +66,7 @@ class Configs: dialog: str = True # Wget options - wget_options = '-c -N' + wget_options = '-c -N -q --show-progress' # Choose the view mode view_mode: str = 'new'