Skip to content

Commit cdaec4d

Browse files
committed
Fix typo
1 parent ca1b619 commit cdaec4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shipane_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def purchase_new_stocks(self, client=None, timeout=None):
146146
today = datetime.datetime.strftime(datetime.datetime.today(), '%Y-%m-%d')
147147
df = self.query_new_stocks()
148148
df = df[(df.ipo_date == today)]
149-
self._logger.info('今日可申购新股有[{}]'.format(len(df)))
149+
self._logger.info('今日有[{}]支可申购新股'.format(len(df)))
150150
for index, row in df.iterrows():
151151
try:
152152
order = {

0 commit comments

Comments
 (0)