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.')