bcicen / slack-progress

A realtime progress bar for Slack
MIT License
99 stars 10 forks source link

bar not working properly if total != 100 #6

Open mcucchi9 opened 5 years ago

mcucchi9 commented 5 years ago

Hi. I noticed that even though total is set to a value different from 100, the progress bar is always updated like it is set to 100 (when update is done manually). Indeed, I cannot see where total is used from the pos setter on.

Nice work anyway!