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