MCPcopy
hub / github.com/linbailo/zyqinglong / Log

Function Log

SFSY.py:46–51  ·  view source on GitHub ↗
(cont='')

Source from the content-addressed store, hash-verified

44
45
46def Log(cont=''):
47 global send_msg, one_msg
48 print(cont)
49 if cont:
50 one_msg += f'{cont}\n'
51 send_msg += f'{cont}\n'
52
53
54# 1905 #0945 #6332 #6615 2559

Callers 15

__init__Method · 0.70
loginMethod · 0.70
signMethod · 0.70
get_SignTaskListMethod · 0.70
honey_indexDataMethod · 0.70
do_drawMethod · 0.70
member_day_indexMethod · 0.70
member_day_lotteryMethod · 0.70
member_day_task_listMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected