去除免责声明
This commit is contained in:
parent
dc201905f6
commit
459028231c
2
plan.py
2
plan.py
|
|
@ -210,7 +210,7 @@ def generate(date: str | None = None, top: int = 20, obs_top: int = 10,
|
||||||
L.append("")
|
L.append("")
|
||||||
L.append("---")
|
L.append("---")
|
||||||
L.append("口径:主榜分 = 200 + 传导档位×20 + 组内分(还没热、还便宜);"
|
L.append("口径:主榜分 = 200 + 传导档位×20 + 组内分(还没热、还便宜);"
|
||||||
"观察档分 = 100 + 0.6z(传导) + 0.4z(−热度)。研究用途,不构成投资建议。")
|
"观察档分 = 100 + 0.6z(传导) + 0.4z(−热度)。")
|
||||||
|
|
||||||
text = "\n".join(L)
|
text = "\n".join(L)
|
||||||
os.makedirs("data/plan", exist_ok=True)
|
os.makedirs("data/plan", exist_ok=True)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue