[Fix] typo in HuobiGateway

This commit is contained in:
vn.py 2019-05-20 21:51:23 +08:00
parent f68d364365
commit a9a1b709a3

View File

@ -75,7 +75,7 @@ class HuobiGateway(BaseGateway):
"代理端口": "",
}
exchagnes = [Exchange.HUOBI]
exchanges = [Exchange.HUOBI]
def __init__(self, event_engine):
"""Constructor"""