txlyre 2 months ago
parent
commit
ec304a8d73
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main.py

+ 0 - 1
main.py

@@ -75,7 +75,6 @@ def run_check(cmd):
 
     subprocess.check_output(
         cmd,
-        stdout=subprocess.STDOUT,
         stderr=subprocess.STDOUT,
         timeout=100
     )