From 9b4c5a852816c395c9c604d5bd62b369f2c0ac18 Mon Sep 17 00:00:00 2001 From: Khushal P Soonderji Date: Tue, 17 Feb 2026 16:12:03 +0530 Subject: [PATCH] (20260217) Ready to test on production now --- scripts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.py b/scripts/common.py index 1893724..bb8b03f 100644 --- a/scripts/common.py +++ b/scripts/common.py @@ -621,7 +621,7 @@ def compute_work_done( work_hours = work_seconds / (60 * 60) if work_hours > 10.0: work_status = "OT" elif 7.5 < work_hours <= 10.0: work_status = "P" - elif 2.5 < work_hours <= 5.0: work_status = "H" + elif 4.5 < work_hours <= 7.5: work_status = "H" else: work_status = "A" # Save the data: