Skip to content

Commit

Permalink
Update time_in_draft.py
Browse files Browse the repository at this point in the history
Co-authored-by: JM (Jason Meridth) <[email protected]>
  • Loading branch information
zkoppert and jmeridth authored Oct 24, 2024
1 parent c564829 commit fb362c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions time_in_draft.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ def get_stats_time_in_draft(
"90p": timedelta(seconds=ninety_percentile_time_in_draft),
}

# Print the average time to answer converting seconds to a readable time format
print(f"Average time to answer: {timedelta(seconds=average_time_in_draft)}")
# Print the average time in draft converting seconds to a readable time format
print(f"Average time in draft: {timedelta(seconds=average_time_in_draft)}")
return stats

0 comments on commit fb362c0

Please sign in to comment.