Create progress reports #25
Labels
beginner-friendly
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
priority:medium
Description
I would like to have a progress bar to report the estimated time for updating links.
Similar Features
N/A
Feature Details
I would like to estimate the time it will take and also report the actual time taken at the end of the update.
Proposed Implementation
For time taken, a simple use of
time
may suffice for example viatime.time()- time.time()
Using performance timers in
time
may also be good.The text was updated successfully, but these errors were encountered: