Skip to content

Commit

Permalink
修改统计信息用词
Browse files Browse the repository at this point in the history
  • Loading branch information
x1ao4 authored Jul 7, 2023
1 parent 632379d commit ce84fbb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions auto-add-covers/auto-add-covers.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@
language_option.click()

time.sleep(1)

print(f'Total success: {success_count}')
print(f'Total failure: {failure_count}')

print()
print(f'Total uploaded: {success_count}')
print(f'Total failed: {failure_count}')

except Exception as e:
print(f'Error: {e}')
Expand Down

0 comments on commit ce84fbb

Please sign in to comment.