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