Skip to content

Commit

Permalink
chore: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkung1123 committed Dec 12, 2023
1 parent cf156a0 commit 0014358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from fugle_trade.constant import APCode, Trade, PriceFlag, BSFlag, Action

config = ConfigParser()
config.read("./examples/config.sit.ini")
config.read("./examples/config.ini")

sdk = SDK(config)

Expand Down

0 comments on commit 0014358

Please sign in to comment.