Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- routers/webhook.py +2 -2
routers/webhook.py
CHANGED
@@ -92,8 +92,8 @@ async def webhook(request: Request):
|
|
92 |
#\r\m
|
93 |
#########################################################################
|
94 |
#user_name,thmbnail#
|
95 |
-
subtitle = f""" {user_name}様から下記の質問があります"""
|
96 |
-
f"""<b>Event Type</b>: {event_type}
|
97 |
<b>Webhook Event ID</b>: {webhook_event_id}
|
98 |
<b>Delivery Context</b>: {delivery_context}
|
99 |
<b>Timestamp</b>: {timestamp}
|
|
|
92 |
#\r\m
|
93 |
#########################################################################
|
94 |
#user_name,thmbnail#
|
95 |
+
#subtitle = f""" {user_name}様から下記の質問があります"""
|
96 |
+
subtitle = f"""<b>Event Type</b>: {event_type}
|
97 |
<b>Webhook Event ID</b>: {webhook_event_id}
|
98 |
<b>Delivery Context</b>: {delivery_context}
|
99 |
<b>Timestamp</b>: {timestamp}
|