Skip to content

Commit

Permalink
optimize print notify result
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlee2048 committed Dec 25, 2021
1 parent 3cfa466 commit 0ffd8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wzxy-healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def sendNotification(self):
"text": "打卡项目:健康打卡\n\n打卡情况:{}\n\n打卡时间:{}".format(notifyResult, notifyTime)
}
requests.post(baseurl, data=body)
print("消息已通过喵推送进行通知,请检查推送结果")
print("消息已通过 喵推送 进行通知,请检查推送结果")


if __name__ == '__main__':
Expand Down

0 comments on commit 0ffd8b3

Please sign in to comment.