bugfixing
This commit is contained in:
parent
545093f93f
commit
ea2c3d94af
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user