From 9c2c6dac78f265845d703e7cc035f70bae0a32eb Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 29 Oct 2024 12:19:55 +0800 Subject: [PATCH] . --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 863b69d..3a77b3e 100644 --- a/app.py +++ b/app.py @@ -197,6 +197,7 @@ def calculate_statistics(): # Count emails that are neither "cold lead" nor "disqualified lead" else: other_lead_count += 1 + print("Other Lead Found:", email) # Print statement for each "other lead" # Check if there is a promotion history promotion_history = email.get('promotion history', []) if not promotion_history: # If promotion history is empty or nonexistent