kenken999 commited on
Commit
e064dbf
·
1 Parent(s): 892100a
Files changed (1) hide show
  1. routers/webhook.py +2 -2
routers/webhook.py CHANGED
@@ -149,8 +149,8 @@ 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==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)
156
  #return
 
149
  link_text = "データを確認する"
150
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
151
  #test_set_lide(subtitle, text)
152
+ if DEBUG==1:
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)
156
  #return