fix bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user