kenken999 commited on
Commit
76aad3b
·
1 Parent(s): da1435d
Files changed (1) hide show
  1. routers/webhook.py +2 -2
routers/webhook.py CHANGED
@@ -188,8 +188,8 @@ async def webhook(request: Request):
188
  #########################################################################
189
  test_set_lide(subtitle, text)
190
 
191
- #if DEBUG==0:
192
- # thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
193
  #########################################################################
194
  from babyagi.babyagi import completion
195
  #import tempfile
 
188
  #########################################################################
189
  test_set_lide(subtitle, text)
190
 
191
+ if DEBUG==1:
192
+ thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
193
  #########################################################################
194
  from babyagi.babyagi import completion
195
  #import tempfile