diff --git a/firebot.py b/firebot.py index 8c05a15..331f291 100755 --- a/firebot.py +++ b/firebot.py @@ -355,7 +355,7 @@ def is_fire(inci_dict): Simple algo determines whether the given incident matches our criteria for a fire incident """ - ignore_list = "DAILY STATUS" + ignore_list = ["DAILY STATUS", "MEDICAL AID"] if ( "FIRE" in inci_dict["type"].strip().upper()