Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Mar 22, 2023
1 parent c3702cd commit e7621ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/script/notify_feishu.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def send_ifeishu(cls, payload):
}

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

0 comments on commit e7621ae

Please sign in to comment.