MCPcopy Index your code
hub / github.com/Mashiro2000/HeyTapTask / notify

Function notify

TaskCenter.py:50–53  ·  view source on GitHub ↗
(content=None)

Source from the content-addressed store, hash-verified

48# 配信内容格式
49allMess = ''
50def notify(content=None):
51 global allMess
52 allMess = allMess + content + '\n'
53 logger.info(content)
54
55# 日志录入时间
56notify(f"任务:欢太任务中心\n时间:{time.strftime('%Y-%m-%d %H:%M:%S',time.localtime())}")

Callers 15

TaskCenter.pyFile · 0.70
loginMethod · 0.70
getTaskListMethod · 0.70
signInMethod · 0.70
dailyTaskMethod · 0.70
runViewTaskMethod · 0.70
viewGoodsMethod · 0.70
runShareTaskMethod · 0.70
shareGoodsMethod · 0.70
cashingCreditsMethod · 0.70
runEarnPointMethod · 0.70
clockInMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected