fda
Browse files- routers/webhook.py +1 -1
routers/webhook.py
CHANGED
@@ -189,7 +189,7 @@ async def webhook(request: Request):
|
|
189 |
link_text = "データを確認する"
|
190 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
191 |
#########################################################################
|
192 |
-
test_set_lide(subtitle, text)
|
193 |
|
194 |
if DEBUG==0:
|
195 |
thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
|
|
|
189 |
link_text = "データを確認する"
|
190 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
191 |
#########################################################################
|
192 |
+
#test_set_lide(subtitle, text)
|
193 |
|
194 |
if DEBUG==0:
|
195 |
thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
|