Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files- routers/webhook.py +1 -1
routers/webhook.py
CHANGED
@@ -149,7 +149,7 @@ async def webhook(request: Request):
|
|
149 |
link_text = "データを確認する"
|
150 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
151 |
#test_set_lide(subtitle, text)
|
152 |
-
if DEBUG==
|
153 |
thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
|
154 |
|
155 |
#thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
|
|
|
149 |
link_text = "データを確認する"
|
150 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
151 |
#test_set_lide(subtitle, text)
|
152 |
+
if DEBUG==0:
|
153 |
thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
|
154 |
|
155 |
#thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
|