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.')
toc = time.time()
print('>> Usage stats:')
print('\n>> Usage stats:')
print(
f'>> {len(results)} image(s) generated in', '%4.2fs' % (
toc - tic)