Commit c88264fe authored by 王志伟's avatar 王志伟

增加机器人提醒任务

parent 80bc94bc
......@@ -16,7 +16,7 @@ if __name__ == "__main__":
import linecache
str = ""
for i in range(36,64):
s=linecache.getline('test.txt', i).strip("\n").split(",")
s=linecache.getline('hypothesis_test.txt', i).strip("\n").split(",")
if s[0] != "":
str += s[0]+"\n"
str +="【很重要】如下有变更,请提醒相关的人:1.推荐模型变更优化,影响CTR或者CVR(王志伟);2.任何涉及到数据库schame变更(王志伟)"
......
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