Skip to content

Commit

Permalink
[Fix] api模块路径加载问题
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Dec 29, 2021
1 parent 011b757 commit 24c753f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-1.0.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.0.1-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_sec
version = 1.0.0
version = 1.0.1
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down
2 changes: 1 addition & 1 deletion vnpy_sec/gateway/sec_gateway.py
Expand Up @@ -28,7 +28,7 @@
)
from vnpy.trader.utility import get_folder_path

from vnhw.api.sec import (
from vnpy_sec.api import (
MdApi,
TdApi,
DFITCSEC_EI_SH,
Expand Down

0 comments on commit 24c753f

Please sign in to comment.