txlyre 2 mesi fa
parent
commit
ec304a8d73
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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
     )