Commit ac5f2d84 by hejiangming

no message

parent af0bfc59
...@@ -57,7 +57,7 @@ def check_By_offsetDay(offset: int): ...@@ -57,7 +57,7 @@ def check_By_offsetDay(offset: int):
# 有异常 # 有异常
if len(err) > 0 and len(start_tasks) > 0: if len(err) > 0 and len(start_tasks) > 0:
print(err) print(err)
CommonUtil.send_wx_msg(["wujicang", "pengyanbing"], "严重警告", ";".join(err)) CommonUtil.send_wx_msg(["wujicang"], "严重警告", ";".join(err))
pass pass
for task in start_tasks: for task in start_tasks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment