|
@@ -14,7 +14,7 @@ async def read_item(search_query: str = Form(...)):
|
|
fw.close()
|
|
fw.close()
|
|
print(search_query)
|
|
print(search_query)
|
|
os.chdir('/home/jared/gitlab/spokesgirl_tests/apis')
|
|
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. "}
|
|
return {"item_id": "Please use Telegram to get notifications. "}
|
|
|
|
|
|
|
|
|