From 9c236f032bbd501b9e6cc0c30cd346b2f6cc2ae3 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Tue, 29 Jul 2025 21:15:47 -0400 Subject: [PATCH] oops --- bcdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcdl.py b/bcdl.py index aa5a37082836daf72e73e25540f9515246ed34b3..e0f0a05d114fc63f543ef1775318017623c4fc3f 100644 --- a/bcdl.py +++ b/bcdl.py @@ -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.')