mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Fix typo
This commit is contained in:
parent
cea023399e
commit
d10fb95fce
|
@ -12,7 +12,7 @@ class BTProgress:
|
||||||
def init_step(self, action: BacktestState, max_steps: float):
|
def init_step(self, action: BacktestState, max_steps: float):
|
||||||
self._action = action
|
self._action = action
|
||||||
self._max_steps = max_steps
|
self._max_steps = max_steps
|
||||||
self._proress = 0
|
self._progress = 0
|
||||||
|
|
||||||
def set_new_value(self, new_value: float):
|
def set_new_value(self, new_value: float):
|
||||||
self._progress = new_value
|
self._progress = new_value
|
||||||
|
|
Loading…
Reference in New Issue
Block a user