mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
rename dodgy address
This commit is contained in:
parent
dc188ca3c5
commit
0c3fbe5853
2 changed files with 4 additions and 2 deletions
|
|
@ -8,7 +8,9 @@ from orchestration.sharepoint_renamer_orchestrator import SharepointRenamerOrche
|
|||
from utils.sharepoint.domna_sharepoint_client import DomnaSharepointClient
|
||||
from utils.sharepoint.domna_sites import DomnaSites
|
||||
|
||||
CSV_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "sero_address_list.csv")
|
||||
CSV_PATH = os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)), "sero_address_list.csv"
|
||||
)
|
||||
|
||||
|
||||
def handler(event: dict[str, Any], context: Any) -> None:
|
||||
|
|
|
|||
|
|
@ -299,7 +299,7 @@ U1014589,"71 Empress Drive, Chislehurst",BR7 5BQ
|
|||
U1002456,"54 Birch Row, Bromley",BR2 8DA
|
||||
U1020369,"13 Larch Way, Bromley",BR2 8DT
|
||||
U1034985,"272 Southborough Lane, Bromley",BR2 8AS
|
||||
U1041435,"64 Prince's Plain, Bromley",BR2 8LE
|
||||
U1041435,"64 Princes Plain, Bromley",BR2 8LE
|
||||
U1031294,"70 London Lane, Bromley",BR1 4HE
|
||||
U1033406,"67 Lower Gravel Road, Bromley",BR2 8LP
|
||||
U1032061,"30 Eastry Avenue, Bromley",BR2 7PF
|
||||
|
|
|
|||
|
Loading…
Add table
Reference in a new issue