Merge pull request #225 from rrrrrr8/dev

fix typo in vtEngine.py
This commit is contained in:
vn.py 2017-02-13 14:08:36 +08:00 committed by GitHub
commit 6fc287c6e9

View File

@ -193,7 +193,7 @@ class MainEngine(object):
self.writeLog(u'接口不存在:%s' %gatewayName) self.writeLog(u'接口不存在:%s' %gatewayName)
#---------------------------------------------------------------------- #----------------------------------------------------------------------
def qryAccont(self, gatewayName): def qryAccount(self, gatewayName):
"""查询特定接口的账户""" """查询特定接口的账户"""
if gatewayName in self.gatewayDict: if gatewayName in self.gatewayDict:
gateway = self.gatewayDict[gatewayName] gateway = self.gatewayDict[gatewayName]