From c51771ad6a89bbc85a5aa0d523b7970036f34075 Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Tue, 26 Aug 2025 10:15:29 -0400 Subject: [PATCH] Minor Change on app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0ff501e..40bacf7 100644 --- a/app.py +++ b/app.py @@ -3342,7 +3342,7 @@ def qr_checkin(qr_url): f"Puedes volver a registrarte en {minutes_remaining} minutos. El último registro fue a las {recent_checkin.check_in_time.strftime("%H:%M")}." }), 400 else: - print(f"✅ 30-minute interval satisfied. Allowing new {qr_code.location_event} for {employee_id}") + print(f"✅ {time_interval}-minute interval satisfied. Allowing new {qr_code.location_event} for {employee_id}") else: print(f"✅ First {qr_code.location_event} today for {employee_id}")