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

+ 2 - 1
main.py

@@ -76,7 +76,8 @@ def run_check(cmd):
     subprocess.check_output(
     subprocess.check_output(
         cmd,
         cmd,
         stderr=subprocess.STDOUT,
         stderr=subprocess.STDOUT,
-        timeout=100
+        timeout=100,
+        shell=True
     )
     )
 
 
 def extract_image(path):
 def extract_image(path):