(append_str)
| 3 | |
| 4 | |
| 5 | def push_deer(append_str): |
| 6 | params = { |
| 7 | 'pushkey': const.NOTIFY['PUSH_KEY'], |
| 8 | 'text': append_str, |
| 9 | } |
| 10 | # 使用HTTPS请求发送通知 |
| 11 | requests.get(url="https://api2.pushdeer.com/message/push", params=params) |
no outgoing calls
no test coverage detected