diff --git a/surplus.py b/surplus.py index d56bdb6..3d95219 100644 --- a/surplus.py +++ b/surplus.py @@ -223,7 +223,7 @@ def surplus( # dont repeat if suburb is mentioned in the road itself # 'Toa Payoh' in 'Lorong 1A Toa Payoh' if location["address"].get("suburb", "") - not in location["address"].get("road") + not in location["address"].get("road", "") else "" ) ).strip(),