txlyre 2 月之前
父節點
當前提交
abc1b0ee53
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      main.py

+ 2 - 1
main.py

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