MCPcopy Create free account
hub / github.com/C3ting/ARL / push_msg

Method push_msg

app/tasks/github.py:234–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

232
233 # 消息推送
234 def push_msg(self):
235 if not self.new_results:
236 return
237
238 logger.info("found new result {} {}".format(self.keyword, len(self.new_results)))
239
240 self.push_dingding()
241 self.push_email()
242
243 def push_dingding(self):
244 try:

Callers 1

runMethod · 0.95

Calls 2

push_dingdingMethod · 0.95
push_emailMethod · 0.95

Tested by

no test coverage detected