[Fix] typo in HbdmGateway

This commit is contained in:
vn.py 2019-05-20 21:21:38 +08:00
parent 5488a62770
commit 83de11435d

View File

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