mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
output divider in logs between throttles
This commit is contained in:
parent
098a23adc6
commit
785a7a22bc
|
@ -128,6 +128,7 @@ class Worker(object):
|
|||
return result
|
||||
|
||||
def _process(self) -> bool:
|
||||
logger.debug("========================================")
|
||||
state_changed = False
|
||||
try:
|
||||
state_changed = self.freqtrade.process()
|
||||
|
|
Loading…
Reference in New Issue
Block a user