Update freqtrade/optimize/hyperopt.py
nice find Co-Authored-By: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
d9e54ab7a4
commit
2c1c1c7f16
@ -688,7 +688,7 @@ class Hyperopt:
|
||||
' [Epoch ', progressbar.Counter(), ' of ', str(self.total_epochs),
|
||||
' (', progressbar.Percentage(), ')] ',
|
||||
progressbar.Bar(marker=progressbar.AnimatedMarker(
|
||||
fill='█',
|
||||
fill='\N{FULL BLOCK}',
|
||||
)),
|
||||
' [', progressbar.ETA(), ', ', progressbar.Timer(), ']',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user