Pārlūkot izejas kodu

Override config value for verbose if given as argument

Cammy 6 gadi atpakaļ
vecāks
revīzija
d4e145b91e
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      pyinstalive/startup.py

+ 3 - 0
pyinstalive/startup.py

@@ -170,6 +170,9 @@ def validate_inputs(config, args, unknown_args):
         if args.noreplays:
             pil.dl_replays = False
 
+        if args.verbose:
+            pil.verbose = True
+
         if not pil.dl_lives and not pil.dl_replays:
             logger.error("You have disabled both livestream and replay downloading.")
             logger.error("Please enable at least one of them and try again.")