txlyre 6 달 전
부모
커밋
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):