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:19 +02:00 committed by GitHub
parent 4707484a4c
commit d9e54ab7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,7 @@ class Hyperopt:
' [Epoch ', progressbar.Counter(), ' of ', str(self.total_epochs),
' (', progressbar.Percentage(), ')] ',
progressbar.Bar(marker=progressbar.AnimatedMarker(
fill='',
fill='\N{FULL BLOCK}',
fill_wrap=Fore.GREEN + '{}' + Fore.RESET,
marker_wrap=Style.BRIGHT + '{}' + Style.RESET_ALL,
)),