Update freqtrade/optimize/hyperopt.py

nice find

Co-Authored-By: Matthias <xmatthias@outlook.com>
This commit is contained in:
Fredrik81 2020-04-11 17:42:32 +02:00 committed by GitHub
parent d9e54ab7a4
commit 2c1c1c7f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(), ']',
]