kenken999 commited on
Commit
8c9459e
1 Parent(s): 8c22633
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -235,7 +235,7 @@ def setup_webhook_routes(app: FastAPI):
235
  #user_name,thmbnail#
236
  title = f""" {user_name}様から下記の質問があります"""
237
  subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n {text}"""
238
- link_text = "<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
239
  link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
240
  #test_set_lide(subtitle, text)
241
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)
 
235
  #user_name,thmbnail#
236
  title = f""" {user_name}様から下記の質問があります"""
237
  subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n {text}"""
238
+ link_text = "\r\n<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
239
  link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
240
  #test_set_lide(subtitle, text)
241
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)