kenken999 commited on
Commit
269131b
1 Parent(s): adbde17
Files changed (1) hide show
  1. mysite/routers/fastapi.py +2 -1
mysite/routers/fastapi.py CHANGED
@@ -252,6 +252,7 @@ def setup_webhook_routes(app: FastAPI):
252
  link_url = "url"
253
  #test_set_lide(subtitle, text)
254
  logger.error(res)
255
- send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
 
256
  logger.error("Error: %s", str(e))
257
  raise HTTPException(status_code=500, detail=str(e))
 
252
  link_url = "url"
253
  #test_set_lide(subtitle, text)
254
  logger.error(res)
255
+ #send error to google chat
256
+ #send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
257
  logger.error("Error: %s", str(e))
258
  raise HTTPException(status_code=500, detail=str(e))