Merge pull request #1741 from xldistance/patch-22

修复一处拼写错误
This commit is contained in:
vn.py 2019-05-24 10:33:16 +08:00 committed by GitHub
commit 0e764baf13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -406,7 +406,7 @@ class CtpTdApi(TdApi):
def onRspAuthenticate(self, data: dict, error: dict, reqid: int, last: bool):
""""""
if not error['ErrorID']:
self.authStatus = True
self.auth_staus = True
self.gateway.write_log("交易服务器授权验证成功")
self.login()
else: