Commit 9cecfe72 authored by 王志伟's avatar 王志伟

增加机器人提醒任务

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