Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Dec 4, 2018
1 parent 406bed5 commit 016e2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqalpha/mod/rqalpha_mod_sys_benchmark/mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def start_up(self, env, mod_config):
env.set_benchmark_provider(BTProvider(order_book_id))
else:
from .benchmark_provider import RealTimePriceSeriesBenchmarkProvider as RTProvider
env.set_benchmark_portfolio(RTProvider(order_book_id))
env.set_benchmark_provider(RTProvider(order_book_id))

def tear_down(self, code, exception=None):
pass
Expand Down

0 comments on commit 016e2e8

Please sign in to comment.