Skip to content

Commit

Permalink
fix bug #9
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxin3101 committed Aug 19, 2021
1 parent 96f9971 commit cbf8d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from vnpy.trader.ui import MainWindow, create_qapp
from vnpy.gateway.ctp import CtpGateway

from vnpy_webtrader import WebTradeApp
from vnpy_webtrader import WebTraderApp


def main():
Expand All @@ -14,7 +14,7 @@ def main():
main_engine = MainEngine(event_engine)

main_engine.add_gateway(CtpGateway)
main_engine.add_app(WebTradeApp)
main_engine.add_app(WebTraderApp)

main_window = MainWindow(main_engine, event_engine)
main_window.showMaximized()
Expand Down

0 comments on commit cbf8d33

Please sign in to comment.