updating districts of relevance to me

This commit is contained in:
Kadir 2025-02-14 21:35:44 +00:00
parent bb765a9312
commit e0e7853c8c
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@ def get_districts():
# "Barking and Dagenham": "REGION^61400", # "Barking and Dagenham": "REGION^61400",
# "Barnet": "REGION^93929", # "Barnet": "REGION^93929",
# "Bexley": "REGION^93932", # "Bexley": "REGION^93932",
"Brent": "REGION^93935", # "Brent": "REGION^93935",
# "Bromley": "REGION^93938", # "Bromley": "REGION^93938",
"Camden": "REGION^93941", "Camden": "REGION^93941",
"City of London": "REGION^61224", "City of London": "REGION^61224",
@ -21,16 +21,16 @@ def get_districts():
"Islington": "REGION^93965", "Islington": "REGION^93965",
"Kensington and Chelsea": "REGION^61229", "Kensington and Chelsea": "REGION^61229",
# "Kingston upon Thames": "REGION^93968", # "Kingston upon Thames": "REGION^93968",
"Lambeth": "REGION^93971", # "Lambeth": "REGION^93971",
# "Lewisham": "REGION^61413", # "Lewisham": "REGION^61413",
# "Merton": "REGION^61414", # "Merton": "REGION^61414",
"Newham": "REGION^61231", # "Newham": "REGION^61231",
# "Redbridge": "REGION^61537", # "Redbridge": "REGION^61537",
# "Richmond upon Thames": "REGION^61415", # "Richmond upon Thames": "REGION^61415",
"Southwark": "REGION^61518", # "Southwark": "REGION^61518",
# "Sutton": "REGION^93974", # "Sutton": "REGION^93974",
"Tower Hamlets": "REGION^61417", "Tower Hamlets": "REGION^61417",
# "Waltham Forest": "REGION^61232", # "Waltham Forest": "REGION^61232",
"Wandsworth": "REGION^93977", # "Wandsworth": "REGION^93977",
# "Westminster": "REGION^93980", "Westminster": "REGION^93980",
} }