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 578ce37 commit c3702cd
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 @@ -44,7 +44,7 @@ def send_ifeishu(cls, payload):
body = {
"msg_type": "text",
"content": {
"text": payload.get('tpls').get("feishu.tpl", "feishu.tpl not found")
"text": payload.get('tpls').get("feishu", "feishu not found")
},
"at": {
"atMobiles": list(phones.keys()),
Expand Down

0 comments on commit c3702cd

Please sign in to comment.