kenken999 commited on
Commit
e518f4b
·
1 Parent(s): 0572f87
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -0
mysite/routers/fastapi.py CHANGED
@@ -327,6 +327,7 @@ def setup_webhook_routes(app: FastAPI):
327
  stdout=subprocess.PIPE,
328
  stderr=subprocess.PIPE,
329
  text=True,
 
330
  )
331
  #thread_name = send_google_chat_card_thread(webhook_url, title, proc, link_text, link_url,thread_name)
332
 
 
327
  stdout=subprocess.PIPE,
328
  stderr=subprocess.PIPE,
329
  text=True,
330
+ shel=True
331
  )
332
  #thread_name = send_google_chat_card_thread(webhook_url, title, proc, link_text, link_url,thread_name)
333