MCPcopy Create free account
hub / github.com/Mashiro2000/HeyTapTask / notify

Function notify

TimingCash.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 7

TimingCash.pyFile · 0.70
loginMethod · 0.70
getDailyCashTaskMethod · 0.70
getCashMethod · 0.70
startMethod · 0.70
checkHTFunction · 0.70
main_handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected