From a9eeb0f5fd86d108921a2258b8d674525997e5a1 Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Fri, 8 Aug 2025 12:42:31 -0400 Subject: [PATCH] Minor change --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 07ec6c2..e874187 100644 --- a/app.py +++ b/app.py @@ -2123,7 +2123,7 @@ def qr_checkin(qr_url): check_in_date=today ).count() - checkin_sequence_text = "Submission details" + checkin_sequence_text = f"{qr_code.location_event} details" except Exception as e: print(f"❌ Database error: {e}")