Skip to content

Commit

Permalink
[fix] mini api error
Browse files Browse the repository at this point in the history
  • Loading branch information
somewheve committed Feb 8, 2024
1 parent f7fa5c6 commit 2cd8dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def build(module_name, library_list, system, include_module):


build("ctp", ["thostmduserapi_se", "thosttraderapi_se"], system_name, include_module='ctpbee_api.ctp')
build("ctp_mini", ["thostmduserapi_se", "thosttraderapi_se"], system_name, include_module='ctpbee_api.ctp_mini')
build("ctp_mini", ["thostmduserapi", "thosttraderapi"], system_name, include_module='ctpbee_api.ctp_mini')
build("rohon", ["thostmduserapi_se", "thosttraderapi_se"], system_name, include_module='ctpbee_api.rohon')

setup(
Expand Down

0 comments on commit 2cd8dc9

Please sign in to comment.