From 17623652bafedf593c6c288c613474ac33670c81 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 14 Feb 2026 16:36:01 +0900 Subject: [PATCH] =?UTF-8?q?webhook=E3=81=AE=E5=A0=B4=E6=89=80=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=81=97=E3=81=A6=E3=81=BF=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oproxy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oproxy.py b/oproxy.py index 37d959c..71f9101 100644 --- a/oproxy.py +++ b/oproxy.py @@ -36,7 +36,8 @@ CONFIG = { "loop": None, "vram_total": 12.0, # --- Mattermost 連携設定 --- - "webhook_url": "https://mm.ka.sugeee.com/hooks/ctjisw6ugjg85nhddo9ox9zt4c", + "webhook_url_secret": "https://mm.ka.sugeee.com/hooks/ctjisw6ugjg85nhddo9ox9zt4c", + "webhook_url": "https://mm.ka.sugeee.com/hooks/7d4793kdufyad8afi9x9wof13r", "enable_webhook": True, "max_log_len": 4000 }