fda
Browse files
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==
|
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
|