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):