Browse Source

code refactor

tags/v6.0.0-ga12
Ulric Qin 3 years ago
parent
commit
e7621ae200
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      etc/script/notify_feishu.py

+ 1
- 1
etc/script/notify_feishu.py View File

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


Loading…
Cancel
Save