Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -231,7 +231,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
231 |
#\r\m
|
232 |
#########################################################################
|
233 |
#user_name,thmbnail
|
234 |
-
title = f""" {user_name}
|
235 |
subtitle = f"""ユーザーID {user_id}サムネイル {thmbnail}\r\n 質問内容 {text}"""
|
236 |
link_text = "データを確認する"
|
237 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
|
|
231 |
#\r\m
|
232 |
#########################################################################
|
233 |
#user_name,thmbnail
|
234 |
+
title = f""" {user_name}様から下記の質問があります"""
|
235 |
subtitle = f"""ユーザーID {user_id}サムネイル {thmbnail}\r\n 質問内容 {text}"""
|
236 |
link_text = "データを確認する"
|
237 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|