~aleteoryx/bcdl

9c236f032bbd501b9e6cc0c30cd346b2f6cc2ae3 — Aleteoryx 4 months ago a789b40
oops
1 files changed, 1 insertions(+), 1 deletions(-)

M bcdl.py
M bcdl.py => bcdl.py +1 -1
@@ 193,7 193,7 @@ if failed:
if failed == 0:
	print('Full collection downloaded!')
else:
	print('{(len(items)-failed)/len(items):.02%} of collection downloaded.')
	print(f'{(len(items)-failed)/len(items):.02%} of collection downloaded.')
	print('Try rerunning the script! If issues persist, contact the dev.')
	print('Make sure to include the errors printed above.')