kenken999 commited on
Commit
3f31dad
·
1 Parent(s): a40dd85
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -208,7 +208,7 @@ def setup_webhook_routes(app: FastAPI):
208
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
209
  #test_set_lide(subtitle, text)
210
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
211
- thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thread_name)
212
  return
213
  #test case
214
  #########################################################################
 
208
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
209
  #test_set_lide(subtitle, text)
210
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
211
+ thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
212
  return
213
  #test case
214
  #########################################################################