mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-12 19:23:55 +00:00
Wording adjusted in helpstring
This commit is contained in:
parent
d2181bdd94
commit
e545ef563c
|
@ -69,7 +69,7 @@ class Worker:
|
||||||
|
|
||||||
def _worker(self, old_state: Optional[State]) -> State:
|
def _worker(self, old_state: Optional[State]) -> State:
|
||||||
"""
|
"""
|
||||||
Trading routine that must be run at each loop
|
The main routine that runs each throttling iteration and handles the states.
|
||||||
:param old_state: the previous service state from the previous call
|
:param old_state: the previous service state from the previous call
|
||||||
:return: current service state
|
:return: current service state
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user