Commit 3874cf47 authored by 王志伟's avatar 王志伟

增加机器人提醒任务

parent 4c08d3c1
...@@ -15,7 +15,7 @@ if __name__ == "__main__": ...@@ -15,7 +15,7 @@ if __name__ == "__main__":
import linecache import linecache
str = "" str = ""
for i in range(36,64): for i in range(35,64):
s=linecache.getline('/srv/apps/ffm-baseline/eda/recommended_indexs/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"
......
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