From b683e048df3bda6d81b9627e39a5ba40eb0e738f Mon Sep 17 00:00:00 2001 From: xldistance <819873074@qq.com> Date: Fri, 24 May 2019 08:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复一处拼写错误 --- vnpy/gateway/ctp/ctp_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnpy/gateway/ctp/ctp_gateway.py b/vnpy/gateway/ctp/ctp_gateway.py index e6d6c670..c676293c 100644 --- a/vnpy/gateway/ctp/ctp_gateway.py +++ b/vnpy/gateway/ctp/ctp_gateway.py @@ -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: