This commit is contained in:
2026-09-05 11:46:31 +08:00
parent 3689a7ad86
commit 63ffc1329b
13 changed files with 229 additions and 731 deletions

View File

@@ -15,7 +15,7 @@ IPO_SESSIONS = ((time(9, 30), time(11, 30)), (time(13, 0), time(15, 0)))
def AutoBuyIpo() -> None:
"""安全执行一次新股申购,返回成功提交的证券数量"""
"""安全执行一次新股申购。"""
if not config.account_config.enable_auto_ipo:
logging.info("[IPO] 自动申购未启用")
return