This commit is contained in:
2026-09-04 21:04:34 +08:00
parent eb0bbcdddc
commit 6a94f67e82
3 changed files with 25 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ def AutoBuyIpo() -> int:
price=ipo_price,
strategy_name="新股申购",
)
logging.info("[IPO] %s 申购,发行价:%s 可申购额度:%s", stock)
except Exception:
logging.info("[IPO] %s 申购失败,不写入锁文件", stock)
else: