Your Name 3 年之前
父節點
當前提交
aa756d1fcd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apis/main.py

+ 1 - 1
apis/main.py

@@ -14,7 +14,7 @@ async def read_item(search_query: str = Form(...)):
     fw.close()
     print(search_query)
     os.chdir('/home/jared/gitlab/spokesgirl_tests/apis')
-    os.system('python3 proc_video.py &')
+    os.system('python3.7 proc_video.py &')
     return {"item_id": "Please use Telegram to get notifications. "}