bugfixing

This commit is contained in:
MuslemRahimi 2025-02-03 22:19:16 +01:00
parent 545093f93f
commit ea2c3d94af

View File

@ -246,7 +246,7 @@ async def get_data():
for address in [details, location]: for address in [details, location]:
try: 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" location = "Washington, DC"
else: else:
location = address # Otherwise, use the full address string location = address # Otherwise, use the full address string