Open Chris1320 opened 3 years ago
Find a way to fix it without hardcoding anything (characters are not cleared in stdout when flushing)
On line 578:
self.desc_length = 75
Because when the character length of the desc variable is shorter than the last one sent to ASCIIGraphs, some characters will be left.
desc
ASCIIGraphs
Will use tqdm module instead of ASCIIGraphs for better progress bars.
Find a way to fix it without hardcoding anything (characters are not cleared in stdout when flushing)
On line 578:
self.desc_length = 75
Because when the character length of the
desc
variable is shorter than the last one sent toASCIIGraphs
, some characters will be left.