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