Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files
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 |
|