Skip to content

Commit

Permalink
Merge pull request #972 from yutiansut/master
Browse files Browse the repository at this point in the history
fix bug & update to 1.2.9
  • Loading branch information
yutiansut authored Jan 22, 2019
2 parents ae25da4 + ee2e5b8 commit f9d05da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QUANTAXIS/QAMarket/QATTSBroker.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def logon(self, ip, port, version, yyb_id, account_id, trade_account, jy_passwro
})
if data['success']:
self.client_id = data["data"]["client_id"]
self.gddm = api.query_data(5)['data'][0]['股东代码']
self.gddm = self.query_data(5)['data'][0]['股东代码']
print(self.gddm)
return data

Expand Down
2 changes: 1 addition & 1 deletion QUANTAXIS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
2017/4/8
"""

__version__ = '1.2.8'
__version__ = '1.2.9'
__author__ = 'yutiansut'

# fetch methods
Expand Down

0 comments on commit f9d05da

Please sign in to comment.