error in example in Readme
Closed this issue · 1 comments
audiofeature commented
for i in minibar(range(10), template=template):
time.sleep(0.05)
should be
for i in minibar.bar(range(10), template=template):
time.sleep(0.05)
in the example! costed me a major headache first to figure out whats the problem!
canassa commented
Thanks!