Beautify Usage Stats Log

This commit is contained in:
blessedcoolant 2023-02-05 22:55:40 +13:00
parent f7532cdfd4
commit bf4344be51

View File

@ -574,7 +574,7 @@ class Generate:
print('>> Could not generate image.') print('>> Could not generate image.')
toc = time.time() toc = time.time()
print('>> Usage stats:') print('\n>> Usage stats:')
print( print(
f'>> {len(results)} image(s) generated in', '%4.2fs' % ( f'>> {len(results)} image(s) generated in', '%4.2fs' % (
toc - tic) toc - tic)