From ea2c3d94af11590c7eaef3587510c7c07693afd3 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 3 Feb 2025 22:19:16 +0100 Subject: [PATCH] bugfixing --- app/cron_potus_tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_potus_tracker.py b/app/cron_potus_tracker.py index aefc6a3..8182d6e 100644 --- a/app/cron_potus_tracker.py +++ b/app/cron_potus_tracker.py @@ -246,7 +246,7 @@ async def get_data(): for address in [details, location]: try: - if any(place in address for place in ["White House", "Blair House","Washington DC", "East Room"]): + if any(place in address for place in ["Oval Office","White House", "Blair House","Washington DC", "East Room"]): location = "Washington, DC" else: location = address # Otherwise, use the full address string