Skip to content

Commit fb362c0

Browse files
zkoppertjmeridth
andauthored
Update time_in_draft.py
Co-authored-by: JM (Jason Meridth) <[email protected]>
1 parent c564829 commit fb362c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: time_in_draft.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ def get_stats_time_in_draft(
6767
"90p": timedelta(seconds=ninety_percentile_time_in_draft),
6868
}
6969

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

0 commit comments

Comments
 (0)