From e7621ae2002181f63bf54d705dbedde005484de5 Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Wed, 22 Mar 2023 13:41:43 +0800 Subject: [PATCH] code refactor --- etc/script/notify_feishu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/script/notify_feishu.py b/etc/script/notify_feishu.py index 4e932d64..15d32014 100644 --- a/etc/script/notify_feishu.py +++ b/etc/script/notify_feishu.py @@ -53,7 +53,7 @@ class Sender(object): } response = requests.post(url, headers=headers, data=json.dumps(body)) - print(f"notify_feishu: token={t} status_code={response.status_code} response_text={response.text}") + print(f"notify_ifeishu: token={t} status_code={response.status_code} response_text={response.text}") @classmethod def send_mm(cls, payload):