commit
f0cf53841b
|
@ -223,7 +223,7 @@ def surplus(
|
||||||
# dont repeat if suburb is mentioned in the road itself
|
# dont repeat if suburb is mentioned in the road itself
|
||||||
# 'Toa Payoh' in 'Lorong 1A Toa Payoh'
|
# 'Toa Payoh' in 'Lorong 1A Toa Payoh'
|
||||||
if location["address"].get("suburb", "")
|
if location["address"].get("suburb", "")
|
||||||
not in location["address"].get("road")
|
not in location["address"].get("road", "")
|
||||||
else ""
|
else ""
|
||||||
)
|
)
|
||||||
).strip(),
|
).strip(),
|
||||||
|
|
Loading…
Reference in a new issue