kenken999 commited on
Commit
1b83269
·
1 Parent(s): ca83118
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -320,7 +320,7 @@ def setup_webhook_routes(app: FastAPI):
320
  link_text = "データを確認する"
321
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
322
  #test_set_lide(subtitle, text)
323
- if DEBUG==1:
324
  thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
325
  #########################################################################
326
  from babyagi.babyagi import completion
 
320
  link_text = "データを確認する"
321
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
322
  #test_set_lide(subtitle, text)
323
+ if DEBUG==0:
324
  thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
325
  #########################################################################
326
  from babyagi.babyagi import completion