Fab4key

Results 1 issues of Fab4key

I have this error with this code: `from progress.bar import Bar #in this stroke happened error bar = Bar("Загрузка...", max=100) for i in range(100): time.sleep(0.1) bar.next() bar.finish()` Im using VS...