kosmosnautti / dltool

Tool to download contents of a DAT collection from Myrient
GNU General Public License v3.0
32 stars 3 forks source link

Prevent error being thrown from pbar overflow #10

Open alex-taxiera opened 4 months ago

alex-taxiera commented 4 months ago

This simply tells ProgressBar to silently fail when it receives a value that is too large. This should partially solve #6 by at least preventing the script from crashing.