修复一处拼写错误

修复一处拼写错误
This commit is contained in:
xldistance 2019-05-24 08:41:42 +08:00 committed by GitHub
parent fa8e85311c
commit b683e048df
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: